Revert "CI: don't fetch, build only"
This reverts commit e9c2efaf7a.
We don't want to waste resources. Plus, with #169, it is mandatory
to bump minor if there is any change of binary.
This commit is contained in:
parent
e3a3cacffd
commit
8b5e474f3c
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- run: yarn install
|
||||
|
||||
- run: yarn start --force-build --node-range node${{ matrix.target-node }} --arch arm64 --output dist
|
||||
- run: yarn start --node-range node${{ matrix.target-node }} --arch arm64 --output dist
|
||||
env:
|
||||
CC: /usr/bin/aarch64-linux-gnu-gcc-8
|
||||
CXX: /usr/bin/aarch64-linux-gnu-g++-8
|
||||
|
||||
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
- run: yarn install
|
||||
|
||||
- run: yarn start --force-build --node-range node${{ matrix.target-node }} --output dist
|
||||
- run: yarn start --node-range node${{ matrix.target-node }} --output dist
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
4
.github/workflows/build-windows.yml
vendored
4
.github/workflows/build-windows.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- run: choco install nasm
|
||||
|
||||
- run: yarn start --force-build --node-range node${{ matrix.target-node }} --arch ${{ matrix.target-arch }} --output dist
|
||||
- run: yarn start --node-range node${{ matrix.target-node }} --arch ${{ matrix.target-arch }} --output dist
|
||||
env:
|
||||
PKG_BUILD_PATH: build
|
||||
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
- run: choco install nasm
|
||||
|
||||
- run: yarn start --force-build --node-range node${{ matrix.target-node }} --arch ${{ matrix.target-arch }} --output dist
|
||||
- run: yarn start --node-range node${{ matrix.target-node }} --arch ${{ matrix.target-arch }} --output dist
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
@ -35,4 +35,4 @@ COPY . ./
|
||||
|
||||
RUN yarn install
|
||||
|
||||
RUN yarn start --force-build --arch $PKG_FETCH_OPTION_a --node-range $PKG_FETCH_OPTION_n --platform $PKG_FETCH_OPTION_p --output dist
|
||||
RUN yarn start --arch $PKG_FETCH_OPTION_a --node-range $PKG_FETCH_OPTION_n --platform $PKG_FETCH_OPTION_p --output dist
|
||||
|
||||
@ -19,4 +19,4 @@ RUN npm install -g yarn
|
||||
|
||||
RUN yarn install
|
||||
|
||||
RUN yarn start --force-build --node-range $PKG_FETCH_OPTION_n --output dist
|
||||
RUN yarn start --node-range $PKG_FETCH_OPTION_n --output dist
|
||||
|
||||
Loading…
Reference in New Issue
Block a user