@@ -25,14 +25,12 @@ jobs:
2525 - uses : actions/checkout@v3
2626
2727 - name : 64-bit Linux debug compile
28+ # export LD_LIBRARY_PATH=/home/runner/work/OpenCryptographyKitC/OpenCryptographyKitC/openssl-1.1.1/
2829 run : |
29- cd icc
30- make OPSYS=AMD64_LINUX CONFIG=debug create_all
31- export LD_LIBRARY_PATH=/home/runner/work/OpenCryptographyKitC/OpenCryptographyKitC/openssl-1.1.1/
32- make -k OPSYS=AMD64_LINUX CONFIG=debug all
33- make -k OPSYS=AMD64_LINUX CONFIG=debug tests
34- make -k OPSYS=AMD64_LINUX CONFIG=debug show_config
35- cd ..
30+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=debug create_all
31+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=debug all
32+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=debug tests
33+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=debug show_config
3634
3735 ICC-Compile :
3836 # a compile only -no test -quick check
@@ -42,14 +40,10 @@ jobs:
4240
4341 - name : 64-bit Linux release compile
4442 run : |
45- cd icc
46- make -k OPSYS=AMD64_LINUX CONFIG=release create_all
47- make -k OPSYS=AMD64_LINUX CONFIG=release all
48- make -k OPSYS=AMD64_LINUX CONFIG=release iccpkg
49- make -k OPSYS=AMD64_LINUX CONFIG=release show_config
50- cd ..
51- cd iccpkg
52- make -k OPSYS=AMD64_LINUX CONFIG=release all
53- cd ..
43+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=release create_all
44+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=release all
45+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=release iccpkg
46+ make -C icc -k OPSYS=AMD64_LINUX CONFIG=release show_config
47+ make -C iccpkg -k OPSYS=AMD64_LINUX CONFIG=release all
5448
5549
0 commit comments