Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Compile action copied from AGNI
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed May 30, 2024
1 parent da4a329 commit e91a44f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Compile SOCRATES

on:
push:
branches: [main]

jobs:
install:
runs-on: ubuntu-latest
name: Install and build
steps:
- uses: actions/checkout@v4

- name: NetCDF
run: |
sudo apt update
sudo apt-get install libnetcdff-dev netcdf-bin gfortran gcc
- name: SOCRATES
run: |
export LD_LIBRARY_PATH=""
./configure
./build_code
source set_rad_env

0 comments on commit e91a44f

Please sign in to comment.