Skip to content

Commit c3fd1f5

Browse files
author
Necktrox
committed
Added premake5 with massive overhaul
1 parent c30eb3b commit c3fd1f5

File tree

541 files changed

+31338
-124718
lines changed

Some content is hidden

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

541 files changed

+31338
-124718
lines changed

.gitignore

+400
Large diffs are not rendered by default.

.travis.yml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
language: generic
2+
3+
before_install:
4+
- sudo apt-get install -y lib32z1-dev build-essential automake libtool gcc-multilib g++-multilib
5+
- wget http://launchpadlibrarian.net/121445924/libc6_2.16-0ubuntu3_amd64.deb
6+
- sudo dpkg -i libc6_2.16-0ubuntu3_amd64.deb
7+
8+
before_script:
9+
- chmod +x ./utils/premake5
10+
- ./utils/premake5 gmake
11+
- cd build
12+
13+
matrix:
14+
include:
15+
- env: CXX=g++-5 CC=gcc-5 config=release_x32
16+
addons:
17+
apt:
18+
packages:
19+
- g++-5
20+
- g++-5-multilib
21+
- gcc-5-multilib
22+
sources: &sources
23+
- ubuntu-toolchain-r-test
24+
- env: CXX=g++-5 CC=gcc-5 config=release_x64
25+
addons:
26+
apt:
27+
packages:
28+
- g++-5
29+
- g++-5-multilib
30+
- gcc-5-multilib
31+
sources: &sources
32+
- ubuntu-toolchain-r-test
33+
- env: CXX=clang++-3.8 CC=clang-3.8 config=release_x32
34+
addons:
35+
apt:
36+
packages:
37+
- clang-3.8
38+
sources: &sources
39+
- ubuntu-toolchain-r-test
40+
- llvm-toolchain-precise-3.8
41+
- env: CXX=clang++-3.8 CC=clang-3.8 config=release_x64
42+
addons:
43+
apt:
44+
packages:
45+
- clang-3.8
46+
sources: &sources
47+
- ubuntu-toolchain-r-test
48+
- llvm-toolchain-precise-3.8
49+
50+
script: make all -j 4 --environment-overrides

Texturizer/AppVersion.h

-3
This file was deleted.

Texturizer/AppVersion.h.in

-3
This file was deleted.

Texturizer/CMakeLists.txt

-39
This file was deleted.

Texturizer/TextureWriter/CMakeLists.txt

-5
This file was deleted.

Texturizer/TextureWriter/cstdint.h

-33
This file was deleted.

0 commit comments

Comments
 (0)