Commit 1cc8cdd4 authored by nanahira's avatar nanahira

fix ci too slow

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