Commit c3a43d8 1 parent b6c4f62 commit c3a43d8 Copy full SHA for c3a43d8
File tree 1 file changed +3
-21
lines changed
1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change 16
16
name : ubuntu-meson
17
17
path : |
18
18
build/
19
- example/build/ build-ubuntu:
20
- build-ubuntu-cmake :
21
- runs-on : ubuntu-latest
22
- steps :
23
- - name : install ninja-build
24
- run : sudo apt update -y && sudo apt install -y ninja-build
25
- - uses : actions/checkout@v2
26
- - name : compile library
27
- run : cmake -S . -B build && cmake --build build
28
- - uses : actions/upload-artifact@v4
29
- with :
30
- name : ubuntu-cmake
31
- path : |
32
- build/
19
+ example/build/
33
20
collect-and-release :
34
- needs : [build-ubuntu-meson, build-ubuntu-cmake ]
21
+ needs : [build-ubuntu-meson]
35
22
runs-on : ubuntu-latest
36
23
steps :
37
24
- uses : actions/checkout@v2
@@ -40,16 +27,11 @@ jobs:
40
27
with :
41
28
name : ubuntu-meson
42
29
path : ./build-ubuntu-meson
43
- - name : Download artifact ubuntu-cmake
44
- uses : actions/download-artifact@v4
45
- with :
46
- name : ubuntu-cmake
47
- path : ./build-ubuntu-cmake
48
30
49
31
- name : ' Compress files for the linux-x64 release artifact'
50
32
shell : bash
51
33
run : |
52
- zip --junk-paths ./linux-x64.zip ./build-ubuntu-cmake/**/*.so ./build-ubuntu-cmake/**/*.so.* ./build-ubuntu- meson/build/adstool
34
+ zip --junk-paths ./linux-x64.zip ./build-ubuntu-meson/build/adstool
53
35
54
36
- name : ' Obtain the current version number from the debian changelog. We need it to create the release.'
55
37
shell : bash
You can’t perform that action at this time.
0 commit comments