Skip to content

add github workflow and remove makefiles #6

add github workflow and remove makefiles

add github workflow and remove makefiles #6

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
env:
SCHEME: scheme
jobs:
ubuntu-chez:
runs-on: ubuntu-latest
env:
PACK_DIR: /root/.pack
strategy:
fail-fast: false
container: ghcr.io/stefan-hoeck/idris2-pack:latest
steps:
- name: Checkout idris2-tls
uses: actions/checkout@v2
- name: Build package
run: pack --no-prompt install http
- name: Test package
run: pack --no-prompt run http-test