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:
David Allen 2023-05-12 22:27:45 -06:00
parent 88fd230ba6
commit 8e82a22ebd
8 changed files with 273 additions and 192 deletions

View file

@ -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