Skip to content

Commit

Permalink
Merge pull request #19 from LingmoOS/ganyuanzhen-patch-2
Browse files Browse the repository at this point in the history
删除独立上游的编译
  • Loading branch information
chun-awa authored Aug 23, 2024
2 parents c5f4c4c + 1b2e63b commit 0a8a018
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,48 +44,13 @@ jobs:
git config --global advice.detachedHead false
pwsh ./build.ps1
- uses: actions/upload-artifact@v4
with:
name: Lingmo Artifacts trixie
path: BuildArtifacts
compression-level: 9 # maximum compression

build-hydrogen:
runs-on: ubuntu-latest
container: ghcr.io/lingmoos-testing/lingmo:hydrogen-slim
name: Build Hydrogen
steps:
- uses: actions/checkout@v4

- name: Update Lingmo repo
run: |
apt-get update -y && apt-get upgrade -y && apt-get install -y apt-transport-https ca-certificates
echo "deb [trusted=yes] https://packages.lingmo.org/packages hydrogen main contrib non-free non-free-firmware" > /etc/apt/sources.list
apt-get update
- name: Update Apt and Install packages
run: |
apt-get update -y && apt-get upgrade -y
apt-get install -y sudo equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++ --no-install-recommends
- name: Install PowerShell
run: |
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.4.3/powershell_7.4.3-1.deb_amd64.deb -o powershell.deb
apt-get install -y ./powershell.deb
rm powershell.deb
- name: Build Lingmo
run: |
git config --global http.sslVerify false
git config --global advice.detachedHead false
pwsh ./build.ps1
- uses: actions/upload-artifact@v4
with:
name: Lingmo Artifacts hydrogen
path: BuildArtifacts
compression-level: 9 # maximum compression


# upload:
# needs: build
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a8a018

Please sign in to comment.