Commit d3c84c76 authored by nanahira's avatar nanahira

check scripts in server build

parent 8f643cfe
...@@ -17,3 +17,11 @@ script: ...@@ -17,3 +17,11 @@ script:
- ./premake5 gmake - ./premake5 gmake
- cd build - cd build
- make config=release - make config=release
- cd ..
- mv -f ./bin/release/ygopro .
- strip ygopro
- mkdir replay
- echo "select id from datas;" | sqlite3 ./cards.cdb | xargs -I {} ./ygopro {} 2>&1 | tee ./redtext.txt
- exit $(cat ./redtext.txt | wc -l)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment