Update MacS-M1-make.yml
add parallel build, try running tests, skip install
This commit is contained in:
8
.github/workflows/MacS-M1-make.yml
vendored
8
.github/workflows/MacS-M1-make.yml
vendored
@@ -18,8 +18,10 @@ jobs:
|
|||||||
- name: configure
|
- name: configure
|
||||||
run: arch -arm64 ./configure
|
run: arch -arm64 ./configure
|
||||||
- name: make
|
- name: make
|
||||||
run: arch -arm64 make
|
run: arch -arm64 make -j4
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: arch -arm64 make -C tests
|
run: arch -arm64 make -C tests
|
||||||
- name: make install and minimal sample
|
- name: run tests
|
||||||
run: make install; make -C samples/minimal -f makefile.unx clean; make -C samples/minimal -f makefile.unx
|
run: pushd tests;arch -arm64 ./test;popd
|
||||||
|
- name: make minimal sample
|
||||||
|
run: arch -arm64 make -C samples/minimal -f makefile.unx clean;arch -arm64 make -C samples/minimal -f makefile.unx
|
||||||
|
Reference in New Issue
Block a user