Cleanup downloaded travis scripts after use
This commit is contained in:
parent
959b5dcb3b
commit
e784e054d5
@ -2,11 +2,15 @@ language: cpp
|
|||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && chmod +x update_gcc_version.sh
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh
|
||||||
|
&& chmod +x update_gcc_version.sh
|
||||||
&& ./update_gcc_version.sh 4.9
|
&& ./update_gcc_version.sh 4.9
|
||||||
|
&& rm update_gcc_version.sh
|
||||||
before_script:
|
before_script:
|
||||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py && chmod +x setup_biicode_project.py
|
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py
|
||||||
|
&& chmod +x setup_biicode_project.py
|
||||||
&& ./setup_biicode_project.py
|
&& ./setup_biicode_project.py
|
||||||
|
&& rm setup_biicode_project.py
|
||||||
script:
|
script:
|
||||||
- bii find
|
- bii find
|
||||||
- bii cpp:configure
|
- bii cpp:configure
|
||||||
|
Loading…
Reference in New Issue
Block a user