Skip to content

Ge, Gt, HSlide, IntCast, IntNum, Inv, Label, Le, Log, Log10, Lsh, Lt #129

Ge, Gt, HSlide, IntCast, IntNum, Inv, Label, Le, Log, Log10, Lsh, Lt

Ge, Gt, HSlide, IntCast, IntNum, Inv, Label, Le, Log, Log10, Lsh, Lt #129

Workflow file for this run

name: Ubuntu
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: create cmake project
run: cmake -B build -S .
- name: build cmake project
run: cmake --build build/ --target all
- name: execute test
run: ./build/TestInterval