Skip to content

Commit

Permalink
Merge pull request #44 from nix-macos-perf-test/macos-perf-test
Browse files Browse the repository at this point in the history
add temp CI job to test syspolicy impact
  • Loading branch information
Sean Hickman authored Jul 19, 2020
2 parents 8df5472 + 75332d8 commit 3cb980f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,22 @@ jobs:
nix-build -o result -A ghc.backend
nix-build -o result -A ghc.server
nix-build -o result -A ghcjs.frontend
macos_perf_test:
name: Build on macos_perf_test
runs-on: macos-latest
steps:
- name: Disable syspolicy assessments
run: |
spctl --status
sudo spctl --master-disable
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v8
- uses: cachix/cachix-action@v6
with:
name: purehs

- name: build
run: |
nix-build -o result -A ghc.backend
nix-build -o result -A ghc.server
nix-build -o result -A ghcjs.frontend

0 comments on commit 3cb980f

Please sign in to comment.