File tree 1 file changed +17
-14
lines changed
1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 1
1
language :
2
- - python
3
-
2
+ - python
4
3
python :
5
- - 3.6
6
-
4
+ - 3.6
7
5
install :
8
- - pip install coveralls
9
-
6
+ - pip install coveralls
10
7
before_script :
11
- - " export DISPLAY=:0.0"
12
- - " sh -e /etc/init.d/xvfb start"
13
- - sleep 3 # give xvfb some time to start
14
- - " /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :0 -ac -screen 0 1280x1024x24 "
15
-
8
+ - export DISPLAY=:0.0
9
+ - sh -e /etc/init.d/xvfb start
10
+ - sleep 3
11
+ - " /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile
12
+ --background --exec /usr/bin/Xvfb -- :0 -ac -screen 0 1280x1024x24 "
16
13
script :
17
- - make all
18
-
14
+ - make all
19
15
after_success :
20
- - coveralls
16
+ - coveralls
17
+ deploy :
18
+ provider : releases
19
+ api_key :
20
+ secure : q58ACfcw9HtwlDNnTc8BPrAwGwVm1vFtiXUBho1Xo0x7aHhcKOXQnViEFK4wn8OFEmg5JN2DrHZ3VkDyCLDgyfnAFR7Y7+v2sCoKI5ORk4UjamOdQf6SRhXOXi5KSLkQ+AAHvRwlTCLKcAHb8E5VtlYi71CFjuniFAMNDZaORPXv+CEOfhef8UPaAlC5p1FuOpjLzB2Rzr6cm2zej/iOMxifNEDjBtN2APyWEMzSjpX8wUHh2LfGb40dEXFNz9/cPTWDPesRCkejkykbrpc3SOlvTdwJDe1/rcv7FOcaomzoGRJ9kXPzmR6NnaZ/c9nwtxG8nCHJkWTZwoDwdEzgRa1ORUtgtM/9t9IJMP5i8LbxyHNpU6oACZY0SOlJ/vaneREzeNk/eLxFQHXID3vU+usyeElz4FBiAR8aHpasTgkEgbXuGpAwnfOfL04rgTFcVkXjMy6hq8EHYWt3UOT9vTvY/eLez1hdtDcQQ1xQoCQSD69PcVNMiVx8W/BVQJfH6kXHqTXZTmKHzWr2Xlkt8JjVh5cmk5Fukys9vWjJGHrBVCh0vpOYCOcx7ikpjPwcs3O7XF5xfrXUfbOjAQQLD4SD3hJG/Xpj6c4UNcTbUabkC4p6Z8Ap12SwBIqzDKd+YalnRlvRbSfyO6cLTKLRr12mTOLmUj/CrQbn1YzGJ9A=
21
+ file : bin/dist/tower_defense
22
+ on :
23
+ repo : henne90gen/tower_defense
You can’t perform that action at this time.
0 commit comments