Skip to content

Commit

Permalink
Attempt to create an installer package.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 10, 2024
1 parent ca8539a commit ccfcf0e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,19 @@ jobs:
cat config.h
if: ${{ failure() }}

- name: Make Installer
shell: bash -el {0}
run: |
cd build
cmake --build . --config Release -j 4 --target package
if: ${{ success() }}

- name: Prepare ctest Paths and env
shell: bash -el {0}
run: |
cat ~/.bash_profile
echo "" >> ~/.bash_profile
echo "PATH=$GITHUB_WORKSPACE/build:$GITHUB_WORKSPACE/build/Release/:$GITHUB_WORKSPACE/build/liblib:$GITHUB_WORKSPACE/build/ncdump:$GITHUB_WORKSPACE/build/ncgen:$PATH" >> ~/.bash_profile
cat ~/.bash_profile
- name: Run ctest
shell: bash -el {0}
run: |
Expand Down

0 comments on commit ccfcf0e

Please sign in to comment.