Added multiple jobs to the GitHub CI workflows (#464)

This commit is contained in:
Molasses
2022-06-14 11:37:04 +02:00
committed by GitHub
parent 10dd79cf5e
commit e0bfb799bc
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -85,14 +85,14 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
make -j $(nproc)
echo "---Generating Shader Dump---"
cd WickedEngine
./offlineshadercompiler spirv rebuild shaderdump
mv wiShaderDump.h ../../WickedEngine/
cd ..
echo "---Rebuilding with ShaderDump---"
make -B
make -B -j $(nproc)
- name: Move binaries
run: |
+2 -2
View File
@@ -84,14 +84,14 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
make -j $(nproc)
echo "---Generating Shader Dump---"
cd WickedEngine
./offlineshadercompiler spirv rebuild shaderdump
mv wiShaderDump.h ../../WickedEngine/
cd ..
echo "---Rebuilding with ShaderDump---"
make -B
make -B -j $(nproc)
- name: Move binaries
+2 -2
View File
@@ -85,14 +85,14 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
make -j $(nproc)
echo "---Generating Shader Dump---"
cd WickedEngine
./offlineshadercompiler spirv rebuild shaderdump
mv wiShaderDump.h ../../WickedEngine/
cd ..
echo "---Rebuilding with ShaderDump---"
make -B
make -B -j $(nproc)
- name: Move binaries