Update MacS-M1-make.yml
try simple steps
This commit is contained in:
parent
260283fc5c
commit
cb8d7c533f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/MacS-M1-make.yml
vendored
6
.github/workflows/MacS-M1-make.yml
vendored
|
|
@ -31,9 +31,9 @@ jobs:
|
|||
run: mkdir -p $PWD/localbin_${{ matrix.arch }}; ./configure --prefix=$PWD/localbin_${{ matrix.arch }}
|
||||
- name: make
|
||||
run: make -j4
|
||||
- name: make install
|
||||
run: make install
|
||||
- name: make tests
|
||||
run: make -j4 -C tests
|
||||
- name: make minimal sample
|
||||
run: make install;make -j4 -C samples/minimal -f makefile.unx clean;make -j4 -C samples/minimal -f makefile.unx
|
||||
- name: run tests
|
||||
run: pushd tests;./test;popd
|
||||
run: pushd tests;./test;popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue