mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 09:10:01 +02:00
removed travis and clang
This commit is contained in:
parent
1481a5e941
commit
09b546352e
@ -1,6 +0,0 @@
|
|||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
|
|
||||||
UseTab: Never
|
|
||||||
ColumnLimit: 0
|
|
||||||
AlignConsecutiveAssignments: false
|
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
Checks: '*, -google-runtime-references, -hicpp-no-array-decay, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -cppcoreguidelines-pro-bounds-pointer-arithmetic, -fuchsia*,-readability-else-after-return,-readability-avoid-const-params-in-decls,-hicpp-signed-bitwise,-cppcoreguidelines-pro-bounds-constant-array-index,-llvm-header-guard,-readability-static-accessed-through-instance,-google-readability-todo'
|
|
||||||
WarningsAsErrors: '*'
|
|
||||||
HeaderFilterRegex: '.*'
|
|
||||||
AnalyzeTemporaryDtors: false
|
|
||||||
FormatStyle: none
|
|
||||||
...
|
|
44
.travis.yml
44
.travis.yml
@ -1,44 +0,0 @@
|
|||||||
sudo: false
|
|
||||||
|
|
||||||
language: cpp
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: linux
|
|
||||||
env: CONDA_PY=3.6
|
|
||||||
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
install:
|
|
||||||
- sudo apt-get update
|
|
||||||
- ldd --version
|
|
||||||
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
|
|
||||||
- bash miniconda.sh -b -p $HOME/miniconda
|
|
||||||
- export PATH="$HOME/miniconda/bin:$PATH"
|
|
||||||
- rm -f miniconda.sh
|
|
||||||
- hash -r
|
|
||||||
- conda config --set always_yes yes --set changeps1 no
|
|
||||||
- conda config --add channels conda-forge
|
|
||||||
- conda config --add channels slsdetectorgroup
|
|
||||||
- conda update conda
|
|
||||||
- conda update --all
|
|
||||||
- conda install conda-build anaconda-client
|
|
||||||
|
|
||||||
# Useful for debugging any issues with conda
|
|
||||||
- conda info -a
|
|
||||||
|
|
||||||
|
|
||||||
# Replace dep1 dep2 ... with your dependencies
|
|
||||||
- conda create -q -n test-environment python=$CONDA_PY
|
|
||||||
- source activate test-environment
|
|
||||||
- conda-build .
|
|
||||||
|
|
||||||
script:
|
|
||||||
- echo "No test scripts to be run!"
|
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
provider: script
|
|
||||||
script: find $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload --force {} \;
|
|
||||||
on:
|
|
||||||
all_branches: true
|
|
Loading…
x
Reference in New Issue
Block a user