File tree 4 files changed +0
-149
lines changed
4 files changed +0
-149
lines changed Original file line number Diff line number Diff line change 34
34
- cd library
35
35
- ./checkout-eastl.bat
36
36
- ./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
96
37
allow_failures :
97
38
- name : macOS Clang
98
39
- name : Windows Clang
99
- - name : Linux GCC (checker)
100
- - name : macOS Clang (checker)
101
- - name : Windows MSVC (checker)
102
- - name : Windows MSVC (sccache-warmup)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments