Skip to content

Merge pull request #1 from PhilipDeegan/updates #5

Merge pull request #1 from PhilipDeegan/updates

Merge pull request #1 from PhilipDeegan/updates #5

Workflow file for this run

name: ubuntu-latest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Build/Test"
run: |
curl -Lo mkn https://github.com/PhilipDeegan/mkn/releases/download/latest/mkn_nix
chmod +x mkn
KLOG=3 ./mkn clean build run -dtOp test -a "-std=c++17 -fPIC"