Skip to content

Release 0.9.4 - uses latest sibernetic and c302, tested with both Intel and AMD drivers #88

Release 0.9.4 - uses latest sibernetic and c302, tested with both Intel and AMD drivers

Release 0.9.4 - uses latest sibernetic and c302, tested with both Intel and AMD drivers #88

name: Docker Image Test - quick
on:
push:
branches: [ master, dev* ]
pull_request:
branches: [ master, dev* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
chmod a+w output/
ls -alt
./build.sh
- name: Info on Docker images
run: |
docker -v
docker images
- name: Run the Docker image
run: |
./run-quick.sh
- name: Info on generated files
run: |
ls -alth
ls -alth output
ls -alth output/*