Skip to content

Commit a45e1a9

Browse files
committed
windows build
1 parent 4a66f37 commit a45e1a9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/xtracfg.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
working-directory: ./libxtracfg/c
7676
run: |
7777
./build.bat
78-
# ./test.bat
78+
./test.bat
7979
- name: log2
8080
run: |
8181
ls -l ./libxtracfg/c/build
@@ -104,6 +104,11 @@ jobs:
104104
name: libxtracfg-js-${{ matrix.os.platform }}
105105
path: ./libxtracfg/js/xtracfg-native-binding/prebuilds
106106
retention-days: 1
107+
- uses: actions/upload-artifact@v4
108+
with:
109+
name: npm-logs
110+
path: C:\\npm\\cache\\_logs
111+
retention-days: 1
107112

108113
build_binaries:
109114
runs-on: ${{ matrix.os.runner }}

libxtracfg/c/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@echo off
1+
REM @echo off
22

33
set DIR=%~dp0
44
set DIR=%DIR:~0,-1%

0 commit comments

Comments
 (0)