Skip to content

Commit 3225612

Browse files
committed
uniform test.yml to release.yml
1 parent 774959c commit 3225612

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- name: Run unit tests
5050
run: task test-unit
5151

52-
- name: Build the Agent
52+
- name: Build the Agent for linux
5353
run: task build
54-
if: matrix.operating-system != 'windows-2019'
54+
if: matrix.operating-system == 'ubuntu-18.04'
5555

5656
# build the agent without GUI support (no tray icon)
5757
- name: Build the Agent-cli
@@ -73,3 +73,9 @@ jobs:
7373
GO386: 387 # support old instruction sets without MMX (used in the Pentium 4) (will be deprecated in GO > 1.15 https://golang.org/doc/go1.15)
7474
run: task build-win32
7575
if: matrix.operating-system == 'windows-2019'
76+
77+
- name: Build the Agent for macos
78+
env:
79+
MACOSX_DEPLOYMENT_TARGET: 10.9 # minimum supported version for mac
80+
run: task build
81+
if: matrix.operating-system == 'macos-10.15'

0 commit comments

Comments
 (0)