Commit 76a5081e authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent b969d783
Pipeline #35659 passed with stages
in 29 minutes and 27 seconds
......@@ -23,7 +23,7 @@ redtext:
- cd ygopro
- rm -rf expansions
- ln -s ../expansions .
- 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'
- 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 ..
- echo "# Result of redtext test of commit $CI_COMMIT_SHA" > 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