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
Showing only changes of commit b226aaa33f - Show all commits

View File

@ -3,7 +3,7 @@ name: link
on: [push] on: [push]
env: env:
OAT_VERSION: "0.10.0" OAT_VERSION: "0.8.3"
jobs: jobs:
link-linux: link-linux:
@ -22,7 +22,7 @@ jobs:
- name: Test Docker - name: Test Docker
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with:
image: gcc:13 image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}