Cleanup downloaded scripts after use
This commit is contained in:
parent
9b1530f4e3
commit
59767eb414
@ -3,10 +3,14 @@ compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- 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
|
||||
&& chmod +x update_gcc_version.sh
|
||||
&& ./update_gcc_version.sh 4.9
|
||||
&& rm update_gcc_version.sh
|
||||
before_script:
|
||||
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.py
|
||||
&& chmod +x setup_biicode_project.py && ./setup_biicode_project.py
|
||||
&& chmod +x setup_biicode_project.py
|
||||
&& ./setup_biicode_project.py
|
||||
&& rm setup_biicode_project.py
|
||||
script:
|
||||
- bii find
|
||||
- bii cpp:configure
|
||||
|
Loading…
Reference in New Issue
Block a user