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
|
pwd
|
||||||
ls -l
|
ls -l
|
||||||
export ACTION_MODE=true
|
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
|
npm install node-gyp nw-gyp npm -g
|
||||||
|
node-gyp install
|
||||||
|
|
||||||
- id: Tag
|
- id: Tag
|
||||||
run: |
|
run: |
|
||||||
@ -56,8 +57,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
docker-compose up
|
# docker-compose up
|
||||||
sudo chmod -R 755 package.nw node tmp
|
tools/setup-wechat-devtools-bash
|
||||||
|
# sudo chmod -R 755 package.nw node tmp
|
||||||
bash tools/build-release.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }}
|
bash tools/build-release.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }}
|
||||||
|
|
||||||
- name: Compress nodegit compiler
|
- name: Compress nodegit compiler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user