Commit 7bb9a124 authored by nanahira's avatar nanahira

fix ci

parent 53a1b147
...@@ -10,7 +10,7 @@ addons: ...@@ -10,7 +10,7 @@ addons:
- libevent-dev - libevent-dev
- libsqlite3-dev - libsqlite3-dev
env: env:
- DATABASE_FILE=expansions/mcg.cdb - DATABASE_FILE=cards.cdb
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
...@@ -26,5 +26,5 @@ script: ...@@ -26,5 +26,5 @@ script:
- strip ygopro - strip ygopro
- mkdir replay - mkdir replay
- echo "select id from datas;" | sqlite3 ./cards.cdb | xargs -I {} ./ygopro {} 2>&1 | tee ./redtext.txt - echo "select id from datas;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ./redtext.txt
- bash -c "exit $(cat ./redtext.txt | wc -l)" - bash -c "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