tTest the generated dopewars binary - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4dc7948d68852c7e27f4c383ea638fe1a03f0165
(DIR) parent 8da80e38695d050d182e2f896fa26b9a6c7546b8
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Thu, 12 Nov 2020 23:51:34 -0800
Test the generated dopewars binary
Diffstat:
M .travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
t@@ -11,4 +11,6 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq && sudo apt-get install -qq automake autoconf gcc libglib2.0-dev libcurl4-openssl-dev libgtk-3-dev; fi
script:
- - ./autogen.sh $FLAGS && make -j2
+ - ./autogen.sh $FLAGS && make -j2
+ - src/dopewars -v
+ - src/dopewars -h