Added CI/CD.
This commit is contained in:
parent
23eff19d4c
commit
8d612ea31b
@ -18,7 +18,6 @@ jobs:
|
|||||||
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
|
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
|
||||||
cd build
|
cd build
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
cmake --install .
|
|
||||||
|
|
||||||
- name: Creating Appropriate Directories
|
- name: Creating Appropriate Directories
|
||||||
run: |
|
run: |
|
||||||
@ -58,7 +57,6 @@ jobs:
|
|||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release .
|
cmake -DCMAKE_BUILD_TYPE=Release .
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
cmake --install .
|
|
||||||
|
|
||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: zip -r pong-linux-amd64.zip Pong resources
|
run: zip -r pong-linux-amd64.zip Pong resources
|
||||||
@ -89,7 +87,6 @@ jobs:
|
|||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release .
|
cmake -DCMAKE_BUILD_TYPE=Release .
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
cmake --install .
|
|
||||||
|
|
||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: zip -r pong-linux-aarch64.zip Pong resources
|
run: zip -r pong-linux-aarch64.zip Pong resources
|
||||||
|
Loading…
Reference in New Issue
Block a user