File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,5 @@ tasks:
45
45
maybe cmake --build debug -j2 --target test
46
46
- install : |
47
47
maybe cmake --install debug --prefix /tmp
48
- - package : |
49
- maybe cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCS_MANGZ=ON -S libmemcached -B release
50
- maybe cmake --build release -j2 --target package -- VERBOSE=
51
- maybe cmake -DCPACK_COMPONENT_INSTALL=ON release
52
- maybe cmake --build release -j2 --target package -- VERBOSE=
53
- maybe cmake --build release -j2 --target push-artifacts -- VERBOSE=
54
48
- success : |
55
49
notify-gitter success
Original file line number Diff line number Diff line change @@ -33,11 +33,5 @@ tasks:
33
33
maybe cmake --build debug -j2 --target test
34
34
- install : |
35
35
maybe cmake --install debug --prefix /tmp
36
- - package : |
37
- maybe cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCS_MANGZ=ON -S libmemcached -B release
38
- maybe cmake --build release -j2 --target package -- VERBOSE=
39
- maybe cmake -DCPACK_COMPONENT_INSTALL=ON release
40
- maybe cmake --build release -j2 --target package -- VERBOSE=
41
- maybe cmake --build release -j2 --target push-artifacts -- VERBOSE=
42
36
- success :
43
37
notify-gitter success
You can’t perform that action at this time.
0 commit comments