mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
workflows: add validation to windows build
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
This commit is contained in:
parent
07f8028743
commit
aaad73e15d
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -68,4 +68,11 @@ jobs:
|
||||
- name: Install nasm
|
||||
uses: ilammy/setup-nasm@v1.2.0
|
||||
- name: Build
|
||||
run: nmake -f Makefile.nmake
|
||||
run: |
|
||||
nmake -f Makefile.nmake || exit /b 1
|
||||
nmake checks -f Makefile.nmake || exit /b 1
|
||||
nmake perfs -f Makefile.nmake || exit /b 1
|
||||
- name: Run perf apps
|
||||
run: nmake perf -f Makefile.nmake || exit /b 1
|
||||
- name: Run checks
|
||||
run: nmake check -f Makefile.nmake || exit /b 1
|
||||
|
Loading…
Reference in New Issue
Block a user