Commit 742c464 1 parent 17289f7 commit 742c464 Copy full SHA for 742c464
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ amici_build_dir="${amici_path}/build"
13
13
mkdir -p " ${amici_build_dir} "
14
14
cd " ${amici_build_dir} "
15
15
16
- if [ " ${TRAVIS:- } " = true ] ||
17
- [ " ${GITHUB_ACTIONS:- } " = true ] ||
16
+ if [ " ${GITHUB_ACTIONS:- } " = true ] ||
18
17
[ " ${ENABLE_AMICI_DEBUGGING:- } " = TRUE ]; then
19
18
# Running on CI server
20
19
build_type=" Debug"
@@ -32,7 +31,7 @@ if [ "${CI_SONARCLOUD:-}" = "TRUE" ]; then
32
31
build-wrapper-linux-x86-64 \
33
32
--out-dir " ${amici_path} /bw-output" \
34
33
cmake --build . --parallel
35
- elif [ " ${TRAVIS :- } " = " true" ]; then
34
+ elif [ " ${GITHUB_ACTIONS :- } " = " true" ]; then
36
35
cmake --build .
37
36
${make} python-sdist
38
37
else
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sundials_build_path="${amici_path}/ThirdParty/sundials/build/"
14
14
cmake=${CMAKE:- cmake}
15
15
make=${MAKE:- make}
16
16
17
- if [[ $TRAVIS = true ]]; then
17
+ if [[ $GITHUB_ACTIONS = true ]]; then
18
18
# Running on CI server
19
19
build_type=" Debug"
20
20
else
You can’t perform that action at this time.
0 commit comments