Fix CI
This commit is contained in:
parent
3beacd3ffc
commit
83b14afbfd
|
|
@ -48,6 +48,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
xmake-version: branch@dev
|
xmake-version: branch@dev
|
||||||
|
|
||||||
|
# Update xmake repository (in order to have the file that will be cached)
|
||||||
|
- name: Update xmake repository
|
||||||
|
run: xmake repo --update
|
||||||
|
|
||||||
# Fetch xmake dephash
|
# Fetch xmake dephash
|
||||||
- name: Retrieve dependencies hash
|
- name: Retrieve dependencies hash
|
||||||
id: dep_hash
|
id: dep_hash
|
||||||
|
|
@ -69,7 +73,7 @@ jobs:
|
||||||
run: xmake -v
|
run: xmake -v
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run Nazara Unit tests
|
- name: Run unit tests
|
||||||
run: xmake run NazaraUnitTests
|
run: xmake run NazaraUnitTests
|
||||||
|
|
||||||
# Build coverage file
|
# Build coverage file
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Linux build With Sanitizer And Fuzzings
|
name: Sanitizer and fuzzing
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
@ -86,5 +86,5 @@ jobs:
|
||||||
run: xmake
|
run: xmake
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
- name: Run Nazara Unit tests
|
- name: Run unit tests
|
||||||
run: xmake run NazaraUnitTests
|
run: xmake run NazaraUnitTests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue