Skip to content

Commit

Permalink
Merge pull request #14 from gengjiawen/feat/bump
Browse files Browse the repository at this point in the history
feat: sync quickjs to 20220307
  • Loading branch information
NickNaso committed Feb 20, 2023
2 parents a516a78 + c7cf621 commit b28783c
Show file tree
Hide file tree
Showing 6 changed files with 2,310 additions and 2,194 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/quickjs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,50 +9,50 @@ jobs:
strategy:
fail-fast: false
matrix:
config:
- {
name: "Windows",
os: "windows-latest",
config:
- {
name: "Windows",
os: "windows-latest",
artifact: "qjs-windows",
build_type: "Release",
generator: "MinGW Makefiles",
archiver: "7z"
archiver: "7z"
}
- {
name: "Ubuntu 20.04",
os: "ubuntu-20.04",
- {
name: "Ubuntu 20.04",
os: "ubuntu-20.04",
artifact: "qjs-ubuntu-20_04",
build_type: "Release",
generator: "Unix Makefiles",
archiver: "7z"
archiver: "7z"
}
- {
name: "Linux arm64",
os: "ubuntu-20.04",
- {
name: "Linux arm64",
os: "ubuntu-20.04",
artifact: "qjs-linux-arm64",
build_type: "Release",
generator: "Unix Makefiles",
cmake_extra: "-DCMAKE_TOOLCHAIN_FILE=./toolchains/linux_aarch64.cmake",
archiver: "7z"
archiver: "7z"
}
- {
name: "Ubuntu 18.04",
os: "ubuntu-18.04",
- {
name: "Ubuntu 18.04",
os: "ubuntu-18.04",
artifact: "qjs-ubuntu-18_04",
build_type: "Release",
generator: "Unix Makefiles",
generator: "Unix Makefiles",
cmake_extra: "",
archiver: "7z"
archiver: "7z"
}
- {
name: "macOS",
os: "macos-latest",
- {
name: "macOS",
os: "macos-latest",
artifact: "qjs-macOS",
build_type: "Release",
generator: "Unix Makefiles",
cmake_extra: "",
archiver: "7z"
}
archiver: "7z"
}
steps:
- uses: actions/checkout@v2
- name: Print environment
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
shell: cmd
run: |
mkdir ./build
set PATH=C:\msys64\mingw64\bin
setx PATH "%PATH%;C:\msys64\mingw64\bin"
cmake -G "${{ matrix.config.generator }}" -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} -S ./ -B ./build
- name: Build
shell: bash
Expand Down
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: cmake .


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![QuickJS Build Matrix](https://github.com/napi-bindings/quickjs-build/workflows/QuickJS%20Build%20Matrix/badge.svg?branch=master)

## Version 2021-03-27
## Version 2022-03-07

- [Introduction](#introduction)
- [Building](#building)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021-03-27
2022-03-07
Loading

0 comments on commit b28783c

Please sign in to comment.