Ignore cuda based scene tests and rename the generic funciton to crea… #872
This file contains hidden or 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 - Nix" | |
| on: | |
| push: | |
| jobs: | |
| nix: | |
| runs-on: "${{ matrix.os }}-latest" | |
| if: ${{ github.repository_owner == 'sofa-framework' }} | |
| strategy: | |
| matrix: | |
| os: [ubuntu, macos] | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: cachix/install-nix-action@v31 | |
| # TODO: the "sofa" account on cachix does not exist yet | |
| #- uses: cachix/cachix-action@v15 | |
| #with: | |
| #name: sofa | |
| #authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' | |
| - run: nix build -L |