mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05:00
Rearranging scripts
This commit is contained in:
parent
d561ed6b79
commit
5f829b2767
@ -10,9 +10,11 @@ addons:
|
||||
- libgtk-3-dev
|
||||
- freeglut3
|
||||
- freeglut3-dev
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash travis-ci/prep_macos.sh; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash travis-ci/prep_linux.sh; fi
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash travis-ci/build_macos.sh; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash travis-ci/build_linux.sh; fi
|
||||
- bash travis-ci/build_common.sh
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/build/wxWidgets/staticlib
|
||||
|
@ -1 +0,0 @@
|
||||
exec $HOME/build/cjcliffe/CubicSDR/travis-ci/build_common.sh
|
@ -1 +0,0 @@
|
||||
exec $HOME/build/cjcliffe/CubicSDR/travis-ci/build_common.sh
|
1
travis-ci/prep_linux.sh
Normal file
1
travis-ci/prep_linux.sh
Normal file
@ -0,0 +1 @@
|
||||
echo "Linux specific stuff goes here"
|
1
travis-ci/prep_macos.sh
Normal file
1
travis-ci/prep_macos.sh
Normal file
@ -0,0 +1 @@
|
||||
echo "MacOS-specific stuff goes here"
|
Loading…
Reference in New Issue
Block a user