File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,14 +60,18 @@ jobs:
6060 - name : asan
6161 if : matrix.config == 'asan'
6262 run : |
63+ pwd
64+ cd /root/data/
65+ ls -l
66+ cd /__w/NCEPLIBS-g2c/NCEPLIBS-g2c/
6367 set -x
6468 export CC=gcc
6569 cmake -S g2c -B g2c/build \
6670 -DUSE_AEC=ON \
6771 -DBUILD_G2C=ON \
6872 -DLOGGING=On \
6973 -DPTHREADS=ON \
70- -DFTP_TEST_FILES=ON \
74+ -DFTP_TEST_FILES=OFF \
7175 -DFTP_LARGE_TEST_FILES=OFF \
7276 -DTEST_FILE_DIR=/root/data \
7377 -DCMAKE_BUILD_TYPE=Debug \
Original file line number Diff line number Diff line change 1- name : tmp
2- on :
3- push :
4- branches :
5- - develop
6- pull_request :
7- branches :
8- - develop
1+ # name: tmp
2+ # on:
3+ # push:
4+ # branches:
5+ # - develop
6+ # pull_request:
7+ # branches:
8+ # - develop
99
1010# Cancel in-progress workflows when pushing to a branch
11- concurrency :
12- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13- cancel-in-progress : true
11+ # concurrency:
12+ # group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13+ # cancel-in-progress: true
1414
1515jobs :
1616 developer :
You can’t perform that action at this time.
0 commit comments