This repository was archived by the owner on Mar 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed
Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - master
66jobs :
7- debbuild :
8- name : Debian
7+ deb10build :
8+ name : Debian 10
99 runs-on : ubuntu-18.04
1010 steps :
1111 - uses : actions/checkout@v2
2121 mv ../wsl*.* ./pkgs
2222 - uses : actions/upload-artifact@v1
2323 with :
24- name : DebianDEBs
24+ name : Debian10DEBs
25+ path : pkgs
26+ deb11build :
27+ name : Debian 11
28+ runs-on : ubuntu-18.04
29+ steps :
30+ - uses : actions/checkout@v2
31+ - name : Install Pre-requisites
32+ run : |
33+ sudo apt-get update -qq
34+ sudo apt-get install -qq apt-utils build-essential gzip devscripts debhelper
35+ - name : Build Debian Package
36+ run : |
37+ bash ./configure.sh --deb buster
38+ debuild -i -us -uc -b
39+ mkdir -p ./pkgs
40+ mv ../wsl*.* ./pkgs
41+ - uses : actions/upload-artifact@v1
42+ with :
43+ name : Debian11DEBs
2544 path : pkgs
2645 pgwbuild :
2746 name : Pengwin
96115 # git clone --depth 1 https://patrick330602:[email protected] /wslutilities/rpm-wslu.git rpm-repo 97116 # git --git-dir=./rpm-repo/.git --work-tree=./rpm-repo add -A
98117 # git --git-dir=./rpm-repo/.git --work-tree=./rpm-repo commit -m "RPM Packaging file update: $(date)"
99- # git --git-dir=./rpm-repo/.git --work-tree=./rpm-repo push
118+ # git --git-dir=./rpm-repo/.git --work-tree=./rpm-repo push
You can’t perform that action at this time.
0 commit comments