Skip to content

Commit

Permalink
Add compiler.txt to capture g++-11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcedgar committed Nov 11, 2024
1 parent 0cb16f9 commit 46e3d98
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_osx_M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
- name: Build-commands
run: |
cd $GITHUB_WORKSPACE/src
curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py > vcxproj_make.py
chmod u+x ./vcxproj_make.py
./vcxproj_make.py --openmp --cppcompiler g++-11
# curl -fsSL https://raw.githubusercontent.com/rcedgar/vcxproj_make/806d016/vcxproj_make.py > vcxproj_make.py
# chmod u+x ./vcxproj_make.py
# ./vcxproj_make.py --openmp --cppcompiler g++-11
g++-11 --version > compiler.txt
make -f Makefile_osxm
- name: Upload binary artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -37,3 +39,4 @@ jobs:
/Users/runner/work/muscle/muscle/src/Makefile
/Users/runner/work/muscle/muscle/src/make.stdout
/Users/runner/work/muscle/muscle/src/make.stderr
/Users/runner/work/muscle/muscle/src/compiler.txt

0 comments on commit 46e3d98

Please sign in to comment.