File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 7
7
schedule :
8
8
- cron : " 36 19 * * 4"
9
9
10
- env :
11
- PROJECT_TYPE : KEXT
12
-
13
10
jobs :
14
11
analyze :
15
12
name : CodeQL Analysis
33
30
uses : github/codeql-action/init@v3
34
31
with :
35
32
languages : ${{ matrix.language }}
36
- - name : CI Bootstrap
37
- run : |
38
- src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
39
- - name : Lilu Bootstrap
40
- run : |
41
- src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1
42
- - name : VirtualSMC Bootstrap
43
- run : |
44
- src=$(/usr/bin/curl -Lfs https://gist.githubusercontent.com/VisualEhrmanntraut/bdcee42642ded532d7950397d45123c0/raw/04200ccf5ed244376f03f0d1e7168a725c0654b0/BootstrapVirtualSMC.sh) && eval "$src" || exit 1
45
33
- run : xcodebuild -configuration Debug
46
34
- name : Perform CodeQL Analysis
47
35
uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 7
7
release :
8
8
types : [published]
9
9
10
- env :
11
- PROJECT_TYPE : KEXT
12
-
13
10
jobs :
14
11
build :
15
12
name : Build
You can’t perform that action at this time.
0 commit comments