mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed small issues and updated GitHub CI
-Make package manager functions return error -Added Jenkensfile CI for testing purposes -Updated the github CI for testing purposes
This commit is contained in:
parent
5ffce72fa5
commit
072a118c9d
10 changed files with 107 additions and 32 deletions
|
|
@ -8,9 +8,10 @@
|
|||
|
||||
# CMake/ninja build system
|
||||
mkdir -p build
|
||||
cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -G Ninja
|
||||
CXX="zig c++ -target aarch64-linux-gnu" cmake -B build -S . -D CMAKE_EXPORT_COMPILE_COMMANDS=1 -D CMAKE_BUILD_TYPE=Debug -G Ninja
|
||||
ninja -C build -j $(nproc)
|
||||
|
||||
|
||||
# Create symlinks to executables in build folder if necessary
|
||||
if test -f "../build/gdpm"; then
|
||||
rm bin/gdpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue