Commit b969d783 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 1cc8cdd4
Pipeline #35656 failed with stages
in 15 seconds
...@@ -23,7 +23,7 @@ redtext: ...@@ -23,7 +23,7 @@ redtext:
- cd ygopro - cd ygopro
- rm -rf expansions - rm -rf expansions
- ln -s ../expansions . - ln -s ../expansions .
- echo "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | sqlite3 $DATABASE_FILE | xargs -I -P $(nproc) {} bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt' - sqlite3 $DATABASE_FILE "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I -P $(nproc) {} bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'
- cd .. - cd ..
- echo "# Result of redtext test of commit $CI_COMMIT_SHA" > dist/redtext.txt - echo "# Result of redtext test of commit $CI_COMMIT_SHA" > dist/redtext.txt
- cat redtext-*.txt >> dist/redtext.txt - cat redtext-*.txt >> dist/redtext.txt
......
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