[kido] 02/02: Removed files from dfsg
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Tue Feb 9 16:09:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a commit to branch master
in repository kido.
commit 8fa418888dd92f9962197ad561a744c949c3d533
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Tue Feb 9 16:09:03 2016 +0000
Removed files from dfsg
---
.gitignore | 25 -------------------------
.travis.yml | 30 ------------------------------
2 files changed, 55 deletions(-)
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8aadbe3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,25 +0,0 @@
-build/
-syntax: glob
-*.swp
-*.swo
-CPack*
-CTest*
-Testing/
-TAGS
-.DS_Store
-.cproject
-.project
-*.orig
-*.idb
-*.pdb
-*.ncb
-*.suo
-*.htm
-*.user
-*.dep
-*.manifest
-*.rsp
-*~
-/nbproject/
-/doxygen/html/
-docs/readthedocs/site
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e222de7..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-language: cpp
-os:
- - linux
- - osx
-sudo: required
-dist: trusty
-compiler:
- - gcc
- - clang
-env:
- - BUILD_TYPE=Debug
- - BUILD_TYPE=Release
-matrix:
- exclude:
- - os: osx
- compiler: gcc
-before_install:
- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then 'ci/before_install_linux.sh' ; fi
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then 'ci/before_install_osx.sh' ; fi
-install:
- - mkdir build
- - cd build
- - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
-script:
- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then '../ci/script_linux.sh' ; fi
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then '../ci/script_osx.sh' ; fi
-after_failure:
- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then '../ci/after_failure_linux.sh' ; fi
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then '../ci/after_failure_osx.sh' ; fi
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/kido.git
More information about the debian-science-commits
mailing list