forked from NOAA-EMC/UPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turn on doxygen build in CI (NOAA-EMC#932)
* turn on doxygen build in CI * turn on doxygen build in CI * turn on doxygen build in CI * turn on doxygen build in CI * fixed cmake file * fixed doc directory
- Loading branch information
1 parent
5d6d179
commit 79d74d9
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ defaults: | |
shell: bash -leo pipefail {0} | ||
|
||
env: | ||
cache_key: gcc2 # The number (#) following the cache_key "gcc" is to flush Action cache. | ||
cache_key: gcc3 # The number (#) following the cache_key "gcc" is to flush Action cache. | ||
CC: gcc-10 | ||
FC: gfortran-10 | ||
CXX: g++-10 | ||
|
@@ -60,6 +60,7 @@ jobs: | |
sudo apt install cmake | ||
spack external find | ||
spack add [email protected] | ||
spack add doxygen | ||
spack concretize | ||
spack install -v --fail-fast --dirty | ||
spack clean --all | ||
|
@@ -91,6 +92,6 @@ jobs: | |
export FC=mpif90 | ||
cd UPP | ||
mkdir -p build && cd build | ||
cmake -DCMAKE_INSTALL_PREFIX=../install .. | ||
cmake -DENABLE_DOCS=ON -DCMAKE_INSTALL_PREFIX=../install .. | ||
make -j2 VERBOSE=1 | ||
make install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters