-
Notifications
You must be signed in to change notification settings - Fork 1
57 lines (48 loc) · 1.82 KB
/
binaries.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
49
50
51
52
53
54
55
56
57
name: Binaries Ubuntu-20 (Linux5 intel-64)
on:
workflow_dispatch:
branches: [ master ]
env:
VERSION: "202407"
jobs:
build:
runs-on: ubuntu-20.04
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}
steps:
- uses: actions/checkout@v4
- name: make me binary
run: |
sudo apt install build-essential mingw-w64 gcc-mingw-w64-i686
sudo apt install libz-mingw-w64 libz-mingw-w64-dev
sudo apt install desktop-file-utils
make -f microemacs/actions.mk PLATFORM=linux VERSION=${VERSION}
- name: Upload Artifact MicroEmacs Ubuntu 20 mec
uses: actions/upload-artifact@v4
with:
name: MicroEmacs_${{ env.VERSION }}_ubuntu20_mec
path: MicroEmacs_${{ env.VERSION }}_linux_mec
- name: Upload Artifact MicroEmacs Ubuntu 20 mew
uses: actions/upload-artifact@v4
with:
name: MicroEmacs_${{ env.VERSION }}_ubuntu20_mew
path: MicroEmacs_${{ env.VERSION }}_linux_mew
- name: Upload Artifact MicroEmacs Ubuntu 20 mecs
uses: actions/upload-artifact@v4
with:
name: MicroEmacs_${{ env.VERSION }}_ubuntu20_mecs
path: MicroEmacs_${{ env.VERSION }}_linux_mecs
- name: Upload Artifact MicroEmacs Ubuntu 20 mews
uses: actions/upload-artifact@v4
with:
name: MicroEmacs_${{ env.VERSION }}_ubuntu20_mews
path: MicroEmacs_${{ env.VERSION }}_linux_mews
- name: Upload Artifact MicroEmacs Ubuntu 20 mecws
uses: actions/upload-artifact@v4
with:
name: MicroEmacs_${{ env.VERSION }}_ubuntu20_mecws
path: MicroEmacs_${{ env.VERSION }}_linux_mecws
- name: Upload Artifact tfs Ubuntu 20
uses: actions/upload-artifact@v4
with:
name: tfs_${{ env.VERSION }}_ubuntu20
path: tfs_${{ env.VERSION }}_linux