Skip to content

Commit

Permalink
Remove comments from .github/workflows/basic_checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed May 12, 2020
1 parent 91a0dd9 commit 2fb92e8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,3 @@ jobs:
# brew install automake coreutils mpich gnu-sed
- name: Check for ASCII encoding
run: ./tools/check_encoding.py
#run: |
#export CC=gcc-9
#export FC=gfortran-9
#export CXX=g++-9
#mkdir build
#cd build
#cmake -DCMAKE_INSTALL_PREFIX=$PWD/../install .. 2>&1 | tee log.cmake
#make -j8 2>&1 | tee log.make
#cd ..
#ls -l install/bin/ESMF_Info
#ls -l install/bin/wgrib2
#cat install/share/nceplibs-external.cmake.config

0 comments on commit 2fb92e8

Please sign in to comment.