Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 903e474

Browse files
committed
Update cocos2d
1 parent c76651c commit 903e474

File tree

4,181 files changed

+1331293
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,181 files changed

+1331293
-0
lines changed

cocos2d/.appveyor.yml

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
version: 1.0.{build}
2+
skip_tags: true
3+
skip_branch_with_pr: true
4+
image:
5+
- Visual Studio 2015
6+
environment:
7+
PYTHON: "C:\\Python27"
8+
PYTHON_VERSION: "2.7.13"
9+
PYTHON_ARCH: "32"
10+
matrix:
11+
- build_type: windows32_cmake_test
12+
- build_type: windows32_sln_test
13+
- build_type: android_cpp_tests
14+
- build_type: android_lua_tests
15+
# - build_type: android_cocos_new_test
16+
# - build_type: android_cpp_empty_test
17+
# - build_type: android_gen_libs
18+
19+
20+
platform:
21+
- x86
22+
23+
configuration:
24+
- Release
25+
26+
before_build:
27+
- ps: ./tools/appveyor-scripts/before-build.ps1
28+
29+
build_script:
30+
- ps: ./tools/appveyor-scripts/build.ps1
31+
32+
branches:
33+
except:
34+
- v1
35+
- v2
36+
- v4-develop
37+
- v3-doc
38+
- v3.11_backup
39+
- v35-for-tizen
40+
41+
clone_depth: 1
42+
43+
test: off

cocos2d/.clang-tidy

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
Checks: >
3+
-*,
4+
performance-faster-string-find,
5+
performance-for-range-copy,
6+
7+
WarningsAsErrors: '*'
8+
HeaderFilterRegex: '/(?!external)/.*'
9+
AnalyzeTemporaryDtors: false
10+
FormatStyle: none

0 commit comments

Comments
 (0)