Dynamicimage #559
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: Check NetBSD minimal | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [ "master" ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: Test in NetBSD | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Test in NetBSD | |
id: test | |
uses: vmactions/[email protected] | |
with: | |
usesh: true | |
copyback: false | |
prepare: | | |
/usr/sbin/pkg_add curl pkg-config cmake openssl libX11 fontconfig freetype2 gdk-pixbuf2 cairo pango atk glib2 libXrender libxcb nasm perl git python39 ninja | |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal | |
run: | | |
PATH=$HOME/.cargo/bin:$PATH | |
export PATH | |
cargo check --no-default-features --features notan/glsl-to-spirv |