mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[ci] Run build after checks
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
buildLinux:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: preBuild
|
||||
needs: [preBuild, checks]
|
||||
env:
|
||||
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
||||
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
|
||||
@@ -157,7 +157,7 @@ jobs:
|
||||
|
||||
buildWin64:
|
||||
runs-on: windows-2019
|
||||
needs: preBuild
|
||||
needs: [preBuild, checks]
|
||||
env:
|
||||
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
||||
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
|
||||
@@ -244,7 +244,7 @@ jobs:
|
||||
|
||||
buildWin32:
|
||||
runs-on: windows-2019
|
||||
needs: preBuild
|
||||
needs: [preBuild, checks]
|
||||
env:
|
||||
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
||||
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
|
||||
@@ -325,7 +325,7 @@ jobs:
|
||||
|
||||
buildMacOS:
|
||||
runs-on: macos-11
|
||||
needs: preBuild
|
||||
needs: [preBuild, checks]
|
||||
env:
|
||||
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
||||
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user