mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
test
This commit is contained in:
parent
a9e9386d28
commit
509d23c051
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -39,8 +39,9 @@ jobs:
|
||||
pwd
|
||||
ls -l
|
||||
export ACTION_MODE=true
|
||||
npm uninstall node-gyp -g
|
||||
apt-get install -y libx11-dev libxkbfile-dev p7zip-full
|
||||
npm install node-gyp nw-gyp npm -g
|
||||
node-gyp install
|
||||
|
||||
- id: Tag
|
||||
run: |
|
||||
@ -56,8 +57,9 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
docker-compose up
|
||||
sudo chmod -R 755 package.nw node tmp
|
||||
# docker-compose up
|
||||
tools/setup-wechat-devtools-bash
|
||||
# sudo chmod -R 755 package.nw node tmp
|
||||
bash tools/build-release.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }}
|
||||
|
||||
- name: Compress nodegit compiler
|
||||
|
Loading…
x
Reference in New Issue
Block a user