Skip to content

Commit

Permalink
Fail CI build if HELICS configuration fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Dec 11, 2018
1 parent c5be9c5 commit 2fafd92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ steps:
- script: |
mv helics ns-3-dev/contrib
cd ns-3-dev
./waf configure --disable-werror --with-helics=/usr/local --enable-modules=helics --enable-examples --enable-tests
./waf configure --disable-werror --with-helics=/usr/local --enable-modules=helics --enable-examples --enable-tests | tee azure_waf_configure.log
! grep -Fq "HELICS not enabled" azure_waf_configure.log
displayName: 'Configure ns-3'

- script: |
cd ns-3-dev
./waf build
displayName: 'Build ns-3'
displayName: 'Build ns-3'

0 comments on commit 2fafd92

Please sign in to comment.