-
Notifications
You must be signed in to change notification settings - Fork 2
/
wercker.yml
48 lines (47 loc) · 1.29 KB
/
wercker.yml
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
box: bendiken/[email protected]
command-timeout: 60
build:
steps:
- script:
name: build-gcc
code: |
CXX=g++ ./waf configure
./waf clean
./waf build-full
- script:
name: test-gcc
code: |
bin/test
- script:
name: build-clang
code: |
CXX=clang CXXFLAGS="-lstdc++" LINKFLAGS="-lstdc++" ./waf configure
./waf clean
./waf
- script:
name: test-clang
code: |
bin/test
deploy:
steps:
- script:
name: install
code: |
sudo apt-get update
sudo apt-get install -y curl zip unzip graphviz doxygen wget
sudo wget http://launchpadlibrarian.net/163827726/doxygen_1.8.6-2_amd64.deb
sudo dpkg -i *.deb
- script:
name: doxygen
code: |
doxygen
- script:
name: heroku-preparation
code: |
curl https://codeload.github.com/nulltask/heroku-static-provider/zip/master -o heroku-static-provider-master.zip
unzip -o heroku-static-provider-master.zip
cp -r html/* heroku-static-provider-master/public/
- heroku-deploy:
# cwd: heroku-static-provider-master/
source_dir: heroku-static-provider-master/
key-name: default_ssh_key