Skip to content

Commit

Permalink
Cleaning up code + optimize mem allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneguindon committed Nov 12, 2021
1 parent 9cb8fd2 commit 75dda1d
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .travis.yml
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

0 comments on commit 75dda1d

Please sign in to comment.