Skip to content

Commit ab36eab

Browse files
authored
Merge pull request #279 from aminya/vite [skip ci]
2 parents 4e90bbc + 8302e55 commit ab36eab

40 files changed

+3586
-314
lines changed

.github/workflows/CI.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.head_ref }}
1414
cancel-in-progress: true
1515

16+
env:
17+
NODE_OPTIONS: --enable-source-maps
18+
1619
jobs:
1720
Build:
1821
runs-on: ${{ matrix.os }}
@@ -200,6 +203,14 @@ jobs:
200203
env:
201204
RUNNER_OS_NAME: ${{ matrix.os }}
202205

206+
- name: Modern Integration Tests
207+
if: ${{ !contains(github.event.head_commit.message, '[skip test]') }}
208+
run: |
209+
node ./dist/modern/setup-cpp.mjs --help
210+
node ./dist/modern/setup-cpp.mjs --gcc true --cmake true
211+
env:
212+
RUNNER_OS_NAME: ${{ matrix.os }}
213+
203214
- name: Setup Node 12
204215
uses: actions/setup-node@v4
205216
with:
@@ -214,7 +225,7 @@ jobs:
214225
node-version: 16
215226
- name: Smoke Test Node 16
216227
run: |
217-
node ./dist/modern/setup-cpp.js --help
228+
node ./dist/modern/setup-cpp.mjs --help
218229
219230
Docker:
220231
name: Docker-${{ matrix.container.image }}

.terserrc.cjs

Lines changed: 0 additions & 2 deletions
This file was deleted.

.terserrc.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { buildTerserOptions } from "terser-config-atomic/dist/builder.js"
2+
export default buildTerserOptions(process.env.NODE_ENV, undefined, true)

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ inputs:
100100

101101
runs:
102102
using: "node20"
103-
main: "dist/modern/setup-cpp.js"
103+
main: "dist/modern/setup-cpp.mjs"
104104

105105
branding:
106106
icon: "award"

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ words:
6262
- libdw
6363
- libstdc
6464
- libtinfo
65+
- liuli
6566
- memoizee
6667
- msbuild
6768
- msvc

dist/legacy/actions_python.0b2a8a9a.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/actions_python.0b2a8a9a.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/actions_python.895b8a50.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

dist/legacy/actions_python.895b8a50.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/legacy/setup-cpp.js

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)