File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 5
5
/build /logs
6
6
/build /phar
7
7
/build /tmp
8
+ /build /out
8
9
/build /* .phar
9
10
/tests /statics /index. *
10
11
src /Michelf /*
Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ before_script:
10
10
- export PATH=$PATH:$PWD
11
11
script : vendor/bin/phpunit --configuration tests/phpunit.xml
12
12
before_deploy :
13
- - ant phar-nightly
13
+ - ant phar
14
14
deploy :
15
15
provider : releases
16
16
api_key :
17
17
secure : ix+vqDv/6NmNrk2r7ayF2dzyA2UBOuGlsQFE0z8dsLQdnVR3pJzjK2zkOE+aPtsj8cagdtRzPkDWoN+eBOfGxeQpxOoOlm63H5zMIvc21kckQR3AWUj0TNnXW0G7F1HpVFFjtzM5c4+wI38P2nmbed8uFCCQpLgLFXNHI2xsTfRDt5XUgvu18TrA/UwFdbQZgrWSW9Y3OL2IStbWFEvJo0YQG/EIMLmdU2oiFqySLuJSoJfqSzBVgeKoKbuzwt34gcIJezqCsF/wfhfpfTD/cGfrWzo7LwLbAf8qUBiy5vUehpDQXVtOMMq5qypLXCXJqjBvLEJsrP7uwFz4dB6CpQu/nuAc37i4ePYkmiRsBHMFAcRidAENop+5AABYg1zMI4gi8I3uvPUE5XHs8LAqVdH5bRWkU87rmt74O497nwWgpbw4odCkd/xDiYp0TsO7yumWjgryXDruCaIwk9imKR0XmFg0F7Zmr5Ju/btOnTWV57QFnIUzit2P8f8keExA17+Bw7lvLc9eW5NBXUVmwlNJuY5WWj4LpfcmLikFBCoGG0T0l1XRNiDqXOEOOMa+ykznLesG9RtLmTEpneK3bm87bcIqITn8oUE69FlrgD7hDsmptCZT7b0Mhp1uzekU1H9oURdxHuFxgHsS8r4jNBbRH7fNWqxx7GFAwf1CJpk=
18
- file :
19
- - build/phpdraft-nightly.phar
20
- - build/phpdraft-library-nightly.phar
18
+ file_glob : true
19
+ file : build/out/*
21
20
skip_cleanup : true
22
21
on :
23
22
tags : true
Original file line number Diff line number Diff line change 7
7
<delete dir =" ${ basedir } /build/documentation" />
8
8
<delete dir =" ${ basedir } /build/logfiles" />
9
9
<delete dir =" ${ basedir } /build/phar" />
10
+ <delete dir =" ${ basedir } /build/out" />
10
11
<delete >
11
12
<fileset dir =" ${ basedir } /build" >
12
13
<include name =" **/phpdraft*.phar" />
48
49
49
50
<target name =" -phar-prepare" depends =" clean" >
50
51
<mkdir dir =" ${ basedir } /build/phar" />
52
+ <mkdir dir =" ${ basedir } /build/out" />
51
53
<copy file =" ${ basedir } /LICENSE" tofile =" ${ basedir } /build/phar/LICENSE" />
52
54
<exec executable =" ${ basedir } /build/phar-manifest.php" output =" ${ basedir } /build/phar/manifest.txt" />
53
55
</target >
98
100
<arg value =" --hash" />
99
101
<arg value =" SHA-1" />
100
102
<arg value =" --output" />
101
- <arg path =" ${ basedir } /build/phpdraft-library-${ _version } .phar" />
103
+ <arg path =" ${ basedir } /build/out/ phpdraft-library-${ _version } .phar" />
102
104
<arg value =" --template" />
103
105
<arg path =" ${ basedir } /build/library-phar-autoload.php.in" />
104
106
<arg path =" ${ basedir } /build/phar" />
112
114
<arg value =" --hash" />
113
115
<arg value =" SHA-1" />
114
116
<arg value =" --output" />
115
- <arg path =" ${ basedir } /build/phpdraft-${ _version } .phar" />
117
+ <arg path =" ${ basedir } /build/out/ phpdraft-${ _version } .phar" />
116
118
<arg value =" --template" />
117
119
<arg path =" ${ basedir } /build/binary-phar-autoload.php.in" />
118
120
<arg path =" ${ basedir } /build/phar" />
You can’t perform that action at this time.
0 commit comments