File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
- name : ' Test on MacOS'
1
+ # name: 'Test on MacOS'
2
2
3
- on :
4
- push :
5
- pull_request :
6
- workflow_dispatch :
3
+ # on:
4
+ # push:
5
+ # pull_request:
6
+ # workflow_dispatch:
7
7
8
- jobs :
9
- self :
10
- name : Mac Runner
11
- runs-on : macos-latest
12
- if : github.repository == 'Comp-Physics/RBC3D'
13
- continue-on-error : true
14
- steps :
15
- - name : Checkout
16
- uses : actions/checkout@v4
8
+ # jobs:
9
+ # self:
10
+ # name: Mac Runner
11
+ # runs-on: macos-latest
12
+ # if: github.repository == 'Comp-Physics/RBC3D'
13
+ # continue-on-error: true
14
+ # steps:
15
+ # - name: Checkout
16
+ # uses: actions/checkout@v4
17
17
18
- - name : Build Packages
19
- run : |
20
- set -x
21
- brew install gcc mpich gfortran pkg-config
22
- ln -s /opt/homebrew/bin/gfortran-14 /usr/local/bin/gfortran
23
- ./rbc.sh install-mac
18
+ # - name: Build Packages
19
+ # run: |
20
+ # set -x
21
+ # brew install gcc mpich gfortran pkg-configa
22
+ # ln -s /opt/homebrew/bin/gfortran-14 /usr/local/bin/gfortran
23
+ # ./rbc.sh install-mac
24
24
25
- - name : Compile Cases
26
- run : |
27
- set -e -x
28
- export PETSC_DIR=`pwd`/packages/petsc-3.21.3
29
- export PETSC_ARCH=arch-darwin-c-opt
30
- mkdir build
31
- cd build
32
- cmake ..
33
- make
34
- echo "/common and all cases in /examples compiled successfully!"
25
+ # - name: Compile Cases
26
+ # run: |
27
+ # set -e -x
28
+ # export PETSC_DIR=`pwd`/packages/petsc-3.21.3
29
+ # export PETSC_ARCH=arch-darwin-c-opt
30
+ # mkdir build
31
+ # cd build
32
+ # cmake ..
33
+ # make
34
+ # echo "/common and all cases in /examples compiled successfully!"
35
35
You can’t perform that action at this time.
0 commit comments