mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Update API, README, added functions, and cleaned up implementations
- Changed the remote API - Added `export` and changed `remote` commands - Update README.md file - Removed dependence on `zig c++` in `bin/build.sh` script - Added error codes to use in place of ints - Other minor changes
This commit is contained in:
parent
88fd230ba6
commit
8e82a22ebd
8 changed files with 273 additions and 192 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -34,10 +34,7 @@ jobs:
|
|||
echo -e "Building executable and libraries...\n$PWD"
|
||||
./bin/compile.sh
|
||||
|
||||
test:
|
||||
runs-on: [self-hosted, linux]
|
||||
steps:
|
||||
- name: Tests
|
||||
- name: Test
|
||||
run:
|
||||
echo "Running unit tests..."
|
||||
./bin/gdpm-tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue