Skip to content

Commit 5071579

Browse files
committed
github ci independent gcc job
1 parent 274dedf commit 5071579

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

script/testga.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,3 @@ if [ $1 == "linux" ]; then
4040
j64/jconsole -lib libjavx2.$ext testga.ijs
4141
j32/jconsole -lib libj.$ext testga.ijs
4242
fi
43-
44-
if [ $1 == "linux" ] && [ -d "j64gcc" ]; then
45-
j64gcc/jconsole -lib libj.$ext testga.ijs
46-
j64gcc/jconsole -lib libjavx.$ext testga.ijs
47-
j64gcc/jconsole -lib libjavx2.$ext testga.ijs
48-
fi
49-
50-
if [ $1 == "linux" ] && [ -d "j32gcc" ]; then
51-
j32gcc/jconsole -lib libj.$ext testga.ijs
52-
fi

0 commit comments

Comments
 (0)