Added CI/CD.
Some checks failed
Build & Release / Windows-AMD64-Build (push) Failing after 8s
Build & Release / Linux-AARCH64-Build (push) Failing after 9s
Build & Release / Linux-AMD64-Build (push) Successful in 14s

This commit is contained in:
Arron David Nelson 2024-07-01 19:50:04 -07:00
parent 23eff19d4c
commit 8d612ea31b

View File

@ -18,7 +18,6 @@ jobs:
cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .
cd build
cmake --build . --config Release
cmake --install .
- name: Creating Appropriate Directories
run: |
@ -58,7 +57,6 @@ jobs:
cd ${{ gitea.workspace }}
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build . --config Release
cmake --install .
- name: Zipping Binaries
run: zip -r pong-linux-amd64.zip Pong resources
@ -89,7 +87,6 @@ jobs:
cd ${{ gitea.workspace }}
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build . --config Release
cmake --install .
- name: Zipping Binaries
run: zip -r pong-linux-aarch64.zip Pong resources