Browse Source

build: gha

Samuel Attard 1 year ago
parent
commit
04d5965c89
2 changed files with 16 additions and 2 deletions
  1. 2 2
      .circleci/config.yml
  2. 14 0
      .github/workflows/mac-build.yml

+ 2 - 2
.circleci/config.yml

@@ -53,8 +53,8 @@ jobs:
       - path-filtering/set-parameters:
           base-revision: main
           mapping: |
-            ^((?!docs/).)*$ run-build-mac true
-            ^((?!docs/).)*$ run-build-linux true
+            ^((?!docs/).)*$ run-build-mac false
+            ^((?!docs/).)*$ run-build-linux false
             docs/.* run-docs-only true
             ^((?!docs/).)*$ run-docs-only false
       - run:

+ 14 - 0
.github/workflows/mac-build.yml

@@ -0,0 +1,14 @@
+name: Build macOS
+
+on:
+  push
+
+jobs:
+  build:
+    runs-on: macos-13-xlarge
+
+    steps:
+    - uses: actions/checkout@v3
+    - name: get disk info
+      run: df -h
+