mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
Update ci.yml
This commit is contained in:
+27
-27
@@ -24,33 +24,33 @@ jobs:
|
||||
tools/ci/validate_files.sh
|
||||
tools/ci/build_tgui.sh
|
||||
|
||||
dreamchecker:
|
||||
name: DreamChecker
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Cache SpacemanDMM
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/SpacemanDMM
|
||||
key: ${{ runner.os }}-dreamchecker-${{ hashFiles('dependencies.sh')}}
|
||||
restore-keys: ${{ runner.os }}-dreamchecker
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
tools/ci/install_spaceman_dmm.sh dreamchecker
|
||||
|
||||
- name: Run Linter
|
||||
id: linter
|
||||
run: |
|
||||
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
|
||||
|
||||
- name: Annotate Linter
|
||||
uses: yogstation13/DreamAnnotate@v1
|
||||
if: always()
|
||||
with:
|
||||
outputFile: output-annotations.txt
|
||||
# dreamchecker:
|
||||
# name: DreamChecker
|
||||
# runs-on: ubuntu-18.04
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
#
|
||||
# - name: Cache SpacemanDMM
|
||||
# uses: actions/cache@v2
|
||||
# with:
|
||||
# path: ~/SpacemanDMM
|
||||
# key: ${{ runner.os }}-dreamchecker-${{ hashFiles('dependencies.sh')}}
|
||||
# restore-keys: ${{ runner.os }}-dreamchecker
|
||||
#
|
||||
# - name: Install Dependencies
|
||||
# run: |
|
||||
# tools/ci/install_spaceman_dmm.sh dreamchecker
|
||||
#
|
||||
# - name: Run Linter
|
||||
# id: linter
|
||||
# run: |
|
||||
# ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
|
||||
#
|
||||
# - name: Annotate Linter
|
||||
# uses: yogstation13/DreamAnnotate@v1
|
||||
# if: always()
|
||||
# with:
|
||||
# outputFile: output-annotations.txt
|
||||
|
||||
unit_tests:
|
||||
name: Integration Tests
|
||||
|
||||
Reference in New Issue
Block a user