File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- name : Check Git repository
26
26
uses : actions/checkout@v2
27
- with :
28
- submodules : recursive
29
27
30
28
- name : Setup Environment (Linux)
31
29
if : matrix.os == 'ubuntu-18.04'
Original file line number Diff line number Diff line change 3
3
mkdir j64
4
4
copy script\ver.ijs j64
5
5
6
- copy script\jversion.h jsource\ jsrc
7
- cd jsource\ makemsvc\jconsole
6
+ copy script\jversion.h jsrc
7
+ cd makemsvc\jconsole
8
8
nmake -f makefile.win CC=clang-cl x64=1 clean
9
9
nmake -f makefile.win CC=clang-cl x64=1
10
10
cd ..
Original file line number Diff line number Diff line change 12
12
s () { sed -i " " " $@ " ; }
13
13
fi
14
14
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
19
19
./clean.sh
20
20
21
21
j64x=j64 ./build_jconsole.sh
@@ -29,9 +29,9 @@ j64x=j64avx2 ./build_libj.sh
29
29
cd ../..
30
30
D=j64
31
31
mkdir -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
35
35
cp script/ver.ijs $D
36
36
chmod 644 $D /*
37
37
chmod 755 $D /jconsole
You can’t perform that action at this time.
0 commit comments