Fix CI
This commit is contained in:
parent
795d825c04
commit
d2ef7fc47b
|
|
@ -6,14 +6,13 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- replace_libdparse
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
name: Run all tests
|
name: Run all tests
|
||||||
|
|
||||||
# Only run for the main repository - not forks
|
# Only run for the main repository - not forks
|
||||||
if: ${{ github.repository == 'Dlang-UPB/D-Scanner' }}
|
if: ${{ github.repository == 'dlang-community/D-Scanner' }}
|
||||||
|
|
||||||
# Run permutations of common os + host compilers
|
# Run permutations of common os + host compilers
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -169,7 +168,6 @@ jobs:
|
||||||
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
|
"./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src
|
||||||
|
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
# run: ./it.sh
|
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
./it.sh Windows
|
./it.sh Windows
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue