Skip to content

updated release

updated release #58

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: wulffern/cic_qt:latest
options: --user root
steps:
- name: ciccreator
uses: actions/checkout@v2
- name: Compile
run: |
pip install cicpy
make compile
make test