Skip to content

Commit 74a7316

Browse files
author
Olivier Stasse
authored
Merge pull request #46 from olivier-stasse/master
Remove debian directory.
2 parents fba295f + 2d87536 commit 74a7316

21 files changed

+56
-206
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*build*
1+
build*
22
vsbld*
33
include/sot-core/import-default-paths.h
44
unitTesting/test-paths.h

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env:
77
global:
88
- secure: "SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
99
- APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx"
10-
- GIT_DEPENDENCIES="proyan/dynamic-graph proyan/dynamic-graph-python"
1110
- DEBSIGN_KEYID=5AE5CD75
1211
notifications:
1312
email:
@@ -19,7 +18,9 @@ branches:
1918
matrix:
2019
allow_failures:
2120
- compiler: clang
22-
script: ./.travis/run build
21+
before_install: ./travis_custom/custom_before_install
22+
script:
23+
- sudo free -m -t
24+
- ./.travis/run ../travis_custom/custom_build
2325
after_success: ./.travis/run after_success
2426
after_failure: ./.travis/run after_failure
25-
before_install: ./.travis/run before_install

debian/README.source

Lines changed: 0 additions & 9 deletions
This file was deleted.

debian/changelog

Lines changed: 0 additions & 17 deletions
This file was deleted.

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 0 additions & 81 deletions
This file was deleted.

debian/copyright

Lines changed: 0 additions & 14 deletions
This file was deleted.

debian/docs

Lines changed: 0 additions & 2 deletions
This file was deleted.

debian/libsot-core-dev.install

Lines changed: 0 additions & 4 deletions
This file was deleted.

debian/libsot-core-doc.doc-base

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)