-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up code + optimize mem allocation
- Loading branch information
1 parent
9cb8fd2
commit 75dda1d
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
sudo: required | ||
cache: apt | ||
language: c | ||
# sudo: required | ||
# cache: apt | ||
# language: c | ||
|
||
os: | ||
- linux | ||
- osx | ||
# os: | ||
# - linux | ||
# - osx | ||
|
||
compiler: | ||
- gcc | ||
# compiler: | ||
# - gcc | ||
|
||
script: | ||
# build and install software into $HOME/local | ||
- ./autogen.sh | ||
- ./configure | ||
- make | ||
- sudo make install | ||
- ./configure --enable-phyrex | ||
- make clean | ||
- make | ||
- ./configure --enable-phytime | ||
- make clean | ||
- make | ||
# script: | ||
# # build and install software into $HOME/local | ||
# - ./autogen.sh | ||
# - ./configure | ||
# - make | ||
# - sudo make install | ||
# - ./configure --enable-phyrex | ||
# - make clean | ||
# - make | ||
# - ./configure --enable-phytime | ||
# - make clean | ||
# - make | ||
|
||
# put the installed binary into the $PATH | ||
- export PATH=$HOME/local/bin:$PATH | ||
# # put the installed binary into the $PATH | ||
# - export PATH=$HOME/local/bin:$PATH | ||
|
||
# install testiphy | ||
# - cd | ||
# - git clone https://gitlab.com/testiphy/testiphy.git | ||
# # install testiphy | ||
# # - cd | ||
# # - git clone https://gitlab.com/testiphy/testiphy.git | ||
|
||
# run testiphy | ||
# - cd testiphy | ||
# - ./testiphy phyml | ||
# # run testiphy | ||
# # - cd testiphy | ||
# # - ./testiphy phyml |