diff options
author | peterbell10 <peterbell10@live.co.uk> | 2018-08-25 12:25:21 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2018-08-25 12:25:21 +0200 |
commit | 907c22aa1280897b4e99b2993899cbe4773f8f2e (patch) | |
tree | a89cde7628319e133ada4ab2445d7c1fc42450aa /circle.yml | |
parent | Fixes bed item 26 and 355 being spawned, only 355 spawns now (#4290) (diff) | |
download | cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.gz cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.bz2 cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.lz cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.xz cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.tar.zst cuberite-907c22aa1280897b4e99b2993899cbe4773f8f2e.zip |
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 3a8cac12b..000000000 --- a/circle.yml +++ /dev/null @@ -1,20 +0,0 @@ -# This is the YML file that governs the CI builds at CircleCI.com -# The CI is used only for style-checking at this moment. - - -dependencies: - pre: - - sudo apt-get update - - sudo apt-get install lua5.1 cmake clang-3.9 clang-tidy-3.9 - - sudo ln -s /usr/bin/clang-tidy-3.9 /usr/bin/clang-tidy - - sudo ln -s /usr/bin/clang-apply-replacements-3.9 /usr/bin/clang-apply-replacements - - pip install PyYAML - -test: - override: - - cd src && find . -name \*.cpp -or -name \*.h > AllFiles.lst && lua CheckBasicStyle.lua - - cd src/Bindings && lua CheckBindingsDependencies.lua - - curl -o "$HOME/bin/run-clang-tidy.py" "https://raw.githubusercontent.com/llvm-mirror/clang-tools-extra/45fb9b20ed7da2f6b95d83e5ef45bb536f49d8ca/clang-tidy/tool/run-clang-tidy.py" - - chmod +x "$HOME/bin/run-clang-tidy.py" - - git submodule update --init - - ./clang-tidy.sh |