Skip to content

Commit

Permalink
updated baseline build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 30, 2024
1 parent 32ac753 commit 4ce3fc8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
brew install llvm
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
ln -s $(which gfortran-14) /usr/local/bin/gfortran
gcc --version
gfortran --version
cmake --version
Expand Down Expand Up @@ -209,7 +210,7 @@ jobs:
mkdir build
cd build
PATH="/c/Program\ Files/LLVM/bin:$PATH"
export PATH="/c/Program\ Files/LLVM/bin:$PATH"
cmake \
-G Ninja \
Expand All @@ -232,6 +233,9 @@ jobs:
echo "working dir is $PWD"
cd build
export PATH="/d/a/_temp/msys64/clang64/bin:$PATH"
pacman -Sy --noconfirm diffutils
ctest -VV
Expand Down

0 comments on commit 4ce3fc8

Please sign in to comment.