Skip to content

Commit

Permalink
Fix unknown target "1" error in Github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Oct 8, 2024
1 parent 9da209f commit 4f992c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travisRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -e

# force build ecolab, as it needs to be built before the .d files are generated
# not a problem in a usual dev environment, with classdesc installed
(cd ecolab; make -j2 AEGIS=1 $DEBUG all-without-models)
make -j2 AEGIS=1 $DEBUG OBS=1
(cd ecolab; make -j2 AEGIS=1 DEBUG=$DEBUG all-without-models)
make -j2 AEGIS=1 DEBUG=$DEBUG OBS=1
export TRAVIS=1
(cd gui-js && yes|npm install)
#make -j2 AEGIS=1 sure
Expand Down

0 comments on commit 4f992c8

Please sign in to comment.