Skip to content

Commit

Permalink
Add fortran on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Sep 28, 2016
1 parent 42720be commit 0beee62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.judge.yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
runtime['gcc_env'] = {'PATH': gcc_bin}
runtime['gcc'] = os.path.join(gcc_bin, 'gcc.exe')
runtime['g++'] = runtime['g++11'] = os.path.join(gcc_bin, 'g++.exe')
runtime['gfortran'] = os.path.join(gcc_bin, 'gfortran.exe')

print yaml.safe_dump(config)

0 comments on commit 0beee62

Please sign in to comment.