File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Check Git repository
2626 uses : actions/checkout@v2
27- with :
28- submodules : recursive
2927
3028 - name : Setup Environment (Linux)
3129 if : matrix.os == 'ubuntu-18.04'
Original file line number Diff line number Diff line change 33mkdir j64
44copy script\ver.ijs j64
55
6- copy script\jversion.h jsource\ jsrc
7- cd jsource\ makemsvc\jconsole
6+ copy script\jversion.h jsrc
7+ cd makemsvc\jconsole
88nmake -f makefile.win CC=clang-cl x64=1 clean
99nmake -f makefile.win CC=clang-cl x64=1
1010cd ..
Original file line number Diff line number Diff line change 1212 s () { sed -i " " " $@ " ; }
1313fi
1414
15- cp script/jversion.h jsource/ jsrc
16- s " s/windows/$1 /" jsource/ jsrc/jversion.h
17- cat jsource/ jsrc/jversion.h
18- cd jsource/ make2
15+ cp script/jversion.h jsrc
16+ s " s/windows/$1 /" jsrc/jversion.h
17+ cat jsrc/jversion.h
18+ cd make2
1919./clean.sh
2020
2121j64x=j64 ./build_jconsole.sh
@@ -29,9 +29,9 @@ j64x=j64avx2 ./build_libj.sh
2929cd ../..
3030D=j64
3131mkdir -p $D
32- cp jsource/ bin/$1 /j64/* $D
33- cp jsource/ bin/$1 /j64avx/libj.$ext $D /libjavx.$ext
34- cp jsource/ bin/$1 /j64avx2/libj.$ext $D /libjavx2.$ext
32+ cp bin/$1 /j64/* $D
33+ cp bin/$1 /j64avx/libj.$ext $D /libjavx.$ext
34+ cp bin/$1 /j64avx2/libj.$ext $D /libjavx2.$ext
3535cp script/ver.ijs $D
3636chmod 644 $D /*
3737chmod 755 $D /jconsole
You can’t perform that action at this time.
0 commit comments