Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Simple example of AppVeyor builds with Gfortran. Also CMake unit tests for stdout.

License

Notifications You must be signed in to change notification settings

scivision/appveyor-gfortran

Repository files navigation

Build status Build Status

AppVeyor examples with gfortran and CMake

Quick examples of Appveyor building with gfortran and other common tasks, roughly equivalent to what one would do with Travis-CI.

Just like Travis-CI, no need to configure any of the per-repo dashboard configuration. Everything is configured through .appveyor.yml.

Prereqs

  • Mac: brew install gcc cmake
  • Linux: apt install g++ gfortran cmake
  • Windows: scoop install gcc cmake

Usage

cd bin

cmake ..
cmake --build .

ctest -V

About

Simple example of AppVeyor builds with Gfortran. Also CMake unit tests for stdout.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published