forked from scallyw4g/bonsai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjesse.make.sh
54 lines (37 loc) · 1.14 KB
/
jesse.make.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#!/usr/bin/env bash
# OPT="-O2"
# OPT="-O0"
./make.sh RunPoof
[ $? -ne 0 ] && exit 1
# exit 1
# ./make.sh $OPT \
# BuildSingleExample examples/project_and_level_picker \
# BuildSingleExample examples/turn_based \
# BuildDebugSystem \
# BuildExecutables \
# BuildSingleExample examples/terrain_gen \
# BuildSingleExample examples/tools/voxel_synthesis_rule_baker \
# BuildSingleExample examples/the_wanderer \
# BuildSingleExample examples/graveyard \
# BuildSingleExample examples/transparency \
# BuildSingleExample examples/blank_project \
# BuildSingleExample examples/transparency \
# BuildTests \
# ./make.sh BundleRelease
./make.sh $OPT BuildAll
# exit 0
# ./make.sh -O2 BuildSingleExample examples/blank_project
# ./make.sh -O2 BuildSingleExample examples/the_wanderer
# ./make.sh BuildSingleExample examples/the_wanderer
# ./make.sh BuildTests
# ./make.sh MakeDebugLibRelease
# ./make.sh BuildTests
# ./make.sh BuildExecutables
# ./make.sh BuildDebugSystem
# ./make.sh BuildBundledExamples
# ./make.sh BuildAll -O0
# ./make.sh BuildAll -O2
# OPT="-O2"
# ./make.sh $OPT \
# BuildDebugSystem
# ./make.sh BuildTests