Skip to content

Commit

Permalink
Add github actions ci and remove travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Feb 18, 2021
1 parent 7e7212c commit abeaab0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 31 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: FMScoupler build test

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
container:
image: underwoo/ubuntu_libfms_gnu
env:
CC: mpicc
FC: mpif90
CPPFLAGS: '-I/usr/include -Duse_LARGEFILE -DMAXFIELDMETHODS_=500'
FCFLAGS: '-fcray-pointer -fdefault-double-8 -fdefault-real-8 -Waliasing -ffree-line-length-none -fno-range-check'
LDFLAGS: '-L/usr/lib'
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run build test
run: t/null_model_build.sh
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

0 comments on commit abeaab0

Please sign in to comment.