Skip to content

Experiments with the native build #586

Experiments with the native build

Experiments with the native build #586

Workflow file for this run

name: Testing native build
on:
pull_request:
branches: ['**', '!update/**', '!pr/**']
push:
branches: ['**', '!update/**', '!pr/**']
tags: [v*]
concurrency:
group: ${{ github.workflow }} @ ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Test
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Show clang version
run: clang --version
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Test
run: sbt 'project rootNative' '++ 3' test