Skip to content

Merge branch 'master' of github.com:MonetDBSolutions/monetdbe-examples #62

Merge branch 'master' of github.com:MonetDBSolutions/monetdbe-examples

Merge branch 'master' of github.com:MonetDBSolutions/monetdbe-examples #62

Workflow file for this run

name: C
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: monetdb/dev-builds:default
steps:
- uses: actions/checkout@v2
- name: Build
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
cmake --build . --target test
rm -rf /tmp/*csv
rm -rf C/dbx