Skip to content

Commit

Permalink
Print g++ info
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jan 31, 2017
1 parent 6fb826f commit 01b12b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ environment:
WIN_SHELL: C:\msys64\usr\bin\bash
WIN_MAKE: C:\msys64\usr\bin\make
WIN_SETUP: C:\msys64\usr\bin\bash

WIN_GCC: C:\msys64\mingw64\bin\gcc
WIN_GXX: C:\msys64\mingw64\bin\g++
WIN_GFORTRAN: C:\msys64\mingw64\bin\gfortran

# Executables from within MSYS2:
Expand Down Expand Up @@ -182,6 +184,7 @@ install:

# Print debug info:
- cmd: '%WIN_GCC% --version'
- cmd: '%WIN_GXX% --version'
- cmd: '%WIN_GFORTRAN% --version'

- cmd: git --version
Expand Down

0 comments on commit 01b12b9

Please sign in to comment.