Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kerkemeier committed Jun 1, 2021
1 parent e9f4e55 commit 5c163f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
include:
- stage: prepare
name: "install"
script: rm -rf $NEKRS_HOME && cd $TRAVIS_BUILD_DIR && rm -rf build && ./makenrs
script: rm -rf $NEKRS_HOME && cd $TRAVIS_BUILD_DIR && rm -rf build && ./nrsconfig && cmake --build build --target install -j 2
- stage: warmup
name: "warm-up"
script: cd $NEKRS_EXAMPLES/ethier && rm -rf .cache && nrspre ethier 1
Expand Down

0 comments on commit 5c163f0

Please sign in to comment.