You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- language: c
- compiler:
- - gcc
- script: make QUIET_MAKE=1 DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32
-
- before_install:
- - sudo apt-get install -qq gfortran
-
- # whitelist
- branches:
- only:
- - master
- - develop
|