build: add CI (using Docker) #2

Merged
Future merged 57 commits from build/ci-docker into main 2024-03-26 18:18:35 +00:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 5cbefecd27 - Show all commits

View File

@ -1,3 +1,7 @@
#!/bin/bash
echo "hello"
# Validate OAT version
if [[ -z "$OAT_VERSION" ]]; then
echo "No OAT version was specified, please set the OAT_VERSION environment variable."
exit 1
fi

View File

@ -24,3 +24,5 @@ jobs:
run: |
cd ${{ github.workspace }}
./.gitea/scripts/ci.sh
env:
OAT_VERSION: 0.10.0