Skip to content

Commit

Permalink
lets try tests!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 4, 2023
1 parent 75a6311 commit 9ef78ec
Showing 1 changed file with 10 additions and 26 deletions.
36 changes: 10 additions & 26 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,16 @@ jobs:
# TODO: do we need the next two lines?
- run: LDFLAGS=-L/usr/local/opt/llvm@13/lib >> $GITHUB_ENV
- run: CPPFLAGS=-I/usr/local/opt/llvm@13/include >> $GITHUB_ENV
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | cpp) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | clang-cpp) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | clang-cpp-13) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | /usr/local/opt/llvm/bin/clang-cpp-13) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | /opt/homebrew/Cellar/llvm/llvm@13/bin/clang-cpp-13) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | /opt/homebrew/Cellar/llvm/13.0.1/bin/clang-cpp-13) || true
- run: |
((echo '#include <stdio.h>' && echo stdin && echo stdout && echo stderr) | /opt/homebrew/opt/llvm/bin) || true
- run: which llvm-config || which llvm-config-13
- run: llvm-config --bindir || llvm-config-13 --bindir
# - run: make
# - run: ./runtests.sh --verbose
# - run: make clean
# - name: Check that "make clean" deleted all files not committed to Git
# shell: bash
# run: |
# if [ "$(git status --porcelain --ignored)" != "" ]; then
# git status --ignored
# exit 1
# fi
- run: make
- run: ./runtests.sh --verbose
- run: make clean
- name: Check that "make clean" deleted all files not committed to Git
shell: bash
run: |
if [ "$(git status --porcelain --ignored)" != "" ]; then
git status --ignored
exit 1
fi
# compare-compilers:
# runs-on: macos-latest
Expand Down

0 comments on commit 9ef78ec

Please sign in to comment.