mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
split apt commands
This commit is contained in:
parent
3a424b22e5
commit
a7473fae39
1 changed files with 6 additions and 9 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -1,15 +1,12 @@
|
|||
language: c
|
||||
os:
|
||||
- linux
|
||||
compiler:
|
||||
- gcc
|
||||
addons:
|
||||
apt:
|
||||
- dist: xenial
|
||||
packages:
|
||||
matrix:
|
||||
include:
|
||||
env: == default ==
|
||||
- os: linux
|
||||
dist: xenial
|
||||
sudo: required
|
||||
compiler:
|
||||
- gcc
|
||||
env: == default ==
|
||||
NWCHEM_TOP=$TRAVIS_BUILD_DIR
|
||||
NWCHEM_TARGET=LINUX64
|
||||
NWCHEM_MODULES="nwdft driver stepper mp2_grad python"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue