Skip to content

Commit

Permalink
ci(fbsd): test release
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 12, 2024
1 parent 4450844 commit 0a445de
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:

- name: ${{ matrix.os.name }}
uses: cross-platform-actions/[email protected]
env:
FOO: A
BAR: B
with:
environment_variables: FOO BAR
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.architecture }}
version: '${{ matrix.os.version }}'
Expand All @@ -35,6 +31,7 @@ jobs:
mkdir build
cd build
cmake \
-DBUILDNAME:STRING=r \
-D CTEST_DROP_SITE_INIT:STRING="my.cdash.org" \
-D SITE:STRING=fbsd ..
ctest -D Experimental
ctest -D Experimental -C Release

0 comments on commit 0a445de

Please sign in to comment.