2021-05-06 20:08:18 +02:00
|
|
|
# macos builds ooniprobe for macos
|
2020-08-22 11:20:50 +02:00
|
|
|
name: macos
|
|
|
|
on:
|
|
|
|
push:
|
2021-05-06 20:08:18 +02:00
|
|
|
branches:
|
|
|
|
- "release/**"
|
2020-08-22 11:20:50 +02:00
|
|
|
jobs:
|
|
|
|
build:
|
2021-05-06 20:08:18 +02:00
|
|
|
runs-on: "macos-10.15"
|
2020-08-22 11:20:50 +02:00
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
2021-05-06 20:08:18 +02:00
|
|
|
- run: ./make --disable-embedding-psiphon-config -t ./CLI/darwin/amd64/ooniprobe
|
2020-08-24 19:16:58 +02:00
|
|
|
- run: ./smoketest.sh ./CLI/darwin/amd64/ooniprobe
|