Merge pull request #309 from fnalacceleratormodeling/308-cmake-featur… #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI:ubuntu-pixi-conda | |
on: | |
push: | |
branches: [ devel3 ] | |
paths-ignore: | |
- 'wiki/**' | |
pull_request: | |
branches: [ devel3 ] | |
paths-ignore: | |
- 'wiki/**' | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cancel Previous runs | |
uses: styfle/[email protected] | |
with: | |
access_token: ${{ github.token }} | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
submodules: 'true' | |
- name: build_and_test | |
uses: prefix-dev/[email protected] | |
with: | |
pixi-version: v0.24.2 | |
cache: true | |
- run: | | |
pixi run cmake | |
pixi run build | |
pixi run test |