Skip to content

Commit a7303d1

Browse files
author
Marcos Bracco
committed
removed travis build config
1 parent a519eca commit a7303d1

File tree

4 files changed

+0
-149
lines changed

4 files changed

+0
-149
lines changed

.travis.yml

-63
Original file line numberDiff line numberDiff line change
@@ -34,69 +34,6 @@ jobs:
3434
- cd library
3535
- ./checkout-eastl.bat
3636
- ./src/iibmalloc/src/foundation/tools/travis-windows-clang.bat
37-
- name: Linux GCC (checker)
38-
compiler: gcc
39-
cache: ccache
40-
env:
41-
- CMAKE_CXX_COMPILER_LAUNCHER=ccache
42-
script:
43-
- cd checker
44-
- ./checkout.sh
45-
- ./tools/travis-build.sh
46-
- name: macOS Clang (checker)
47-
os: osx
48-
compiler: clang
49-
cache: ccache
50-
env:
51-
- HOMEBREW_NO_AUTO_UPDATE=1
52-
- HOMEBREW_NO_INSTALL_CLEANUP=1
53-
- CMAKE_CXX_COMPILER_LAUNCHER=ccache
54-
install:
55-
- brew install ccache
56-
- brew install sccache
57-
- brew install ninja
58-
script:
59-
- cd checker
60-
- ./checkout.sh
61-
- ./tools/travis-build.sh
62-
- name: Windows MSVC (checker)
63-
os: windows
64-
env:
65-
- CC=cl
66-
- CXX=cl
67-
- CMAKE_CXX_COMPILER_LAUNCHER=sccache
68-
install:
69-
- choco install ninja
70-
- choco install sccache --version=0.2.12
71-
cache:
72-
directories:
73-
- $HOME/AppData/Local/Temp/chocolatey
74-
- $HOME/AppData/Local/Mozilla/sccache
75-
script:
76-
- cd checker
77-
- ./checkout.bat
78-
- ./tools/travis-windows.bat
79-
- name: Windows MSVC (sccache-warmup)
80-
os: windows
81-
env:
82-
- CC=cl
83-
- CXX=cl
84-
- CMAKE_CXX_COMPILER_LAUNCHER=sccache
85-
install:
86-
- choco install ninja
87-
- choco install sccache --version=0.2.12
88-
cache:
89-
directories:
90-
- $HOME/AppData/Local/Temp/chocolatey
91-
- $HOME/AppData/Local/Mozilla/sccache
92-
script:
93-
- cd checker
94-
- ./checkout.bat
95-
- ./tools/travis-windows-sccache-warmup.bat
9637
allow_failures:
9738
- name: macOS Clang
9839
- name: Windows Clang
99-
- name: Linux GCC (checker)
100-
- name: macOS Clang (checker)
101-
- name: Windows MSVC (checker)
102-
- name: Windows MSVC (sccache-warmup)

checker/tools/travis-build.sh

-13
This file was deleted.

checker/tools/travis-windows-sccache-warmup.bat

-53
This file was deleted.

checker/tools/travis-windows.bat

-20
This file was deleted.

0 commit comments

Comments
 (0)