Skip to content

Remove all references to Gecode::Gist #19

Remove all references to Gecode::Gist

Remove all references to Gecode::Gist #19

Workflow file for this run

name: test
on: [push]
jobs:
unittests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: current_branch
- name: Build 20.04
run: docker build -t ubuntu-20.04/templ -f Dockerfile . --build-arg PKG_BRANCH=${{ steps.current_branch.outputs.branch }}
- name: Test-on-ubuntu:20.04
run: docker run ubuntu-20.04/templ /bin/bash -c "source /home/docker/rock_test/env.sh; cd /home/docker/rock_test/planning/templ; ./build/test/templ-test --log_level=all"