Skip to content

Commit

Permalink
remove old workflows, add a build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Jan 19, 2024
1 parent 3b94a37 commit 113e6bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 64 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: ovsx-solid---publish-vscode-built-in-extensions
name: Test build/packaging of built-in extensions
on:
schedule:
- cron: "0 0 * * *"
push:
pull_request:
branches:
- master
env:
Expand All @@ -12,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OVSX_PAT: ${{ secrets.OVSX_PAT}}
steps:
- uses: actions/checkout@v1
- run: |
Expand All @@ -22,7 +19,7 @@ jobs:
# should be aligned with https://github.com/microsoft/vscode/blob/8031c495a65de120560d27703c415eb44c3a99a1/.github/workflows/ci.yml#L22-L32
- run: |
sudo apt-get update
sudo apt-get install -y libxkbfile-dev pkg-config libsecret-1-dev libxss1 dbus xvfb libgtk-3-0
sudo apt-get install -y libxkbfile-dev pkg-config libkrb5-dev libxss1 dbus xvfb libgtk-3-0 libgbm1
sudo cp vscode/build/azure-pipelines/linux/xvfb.init /etc/init.d/xvfb
sudo chmod +x /etc/init.d/xvfb
sudo update-rc.d xvfb defaults
Expand All @@ -31,19 +28,14 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
name: Install Dependencies
- run: npx ovsx --version
name: Check ovsx version
- run: |
cd vscode
git fetch --tags
cd ..
yarn checkout-latest-vscode-release
name: Update vscode Repo and Checkout Latest Official Release
- run: yarn build:extensions
yarn
yarn build:extensions
name: Bundle Extensions
- run: yarn package-vsix:latest
name: Package Solid Version of Extensions
- run: yarn create-extension-pack:latest
name: Create built-in extensions pack
# - run: yarn publish:vsix
# name: Publish Extensions to open-vsx.org

48 changes: 0 additions & 48 deletions .github/workflows/publish-vsx-next.yml

This file was deleted.

0 comments on commit 113e6bc

Please sign in to comment.