Skip to content

Commit

Permalink
CI: update jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
FR4NK-W committed Nov 28, 2024
1 parent bb8ea7a commit fd36953
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
sudo apt-get update
sudo apt-get install build-essential rpm python3 -y
- name: Build with make
timeout-minutes: ${{ fromJSON(env.time) }}
run: make all
timeout-minutes: ${{ fromJSON(env.timeout) }}
run: make build

build-windows:
runs-on: windows-latest
Expand All @@ -31,9 +31,11 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Print environment
run: set
run: cmd.exe /K set
- name: Print environment
run: gci env:* | sort-object name
- name: Build with make
timeout-minutes: ${{ fromJSON(env.time) }}
timeout-minutes: ${{ fromJSON(env.timeout) }}
run: make.exe bootstrapper

build-macos:
Expand All @@ -47,5 +49,5 @@ jobs:
- name: Print environment
run: env
- name: Build with make
timeout-minutes: ${{ fromJSON(env.time) }}
timeout-minutes: ${{ fromJSON(env.timeout) }}
run: make bootstrapper

0 comments on commit fd36953

Please sign in to comment.