Skip to content

Commit

Permalink
feat: windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Apr 16, 2024
1 parent 84f51db commit d992cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/linux/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ cmake ..
make
cd $root_dir
mkdir -p tmp/build
mv build/*.node tmp/build
mv build/*.node tmp/build/telecord-native-linux.node
2 changes: 2 additions & 0 deletions tools/windows/ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ try
{
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -S"$root_dir" -B"$root_dir/build" -G Ninja
cmake --build "$root_dir/build" --config Debug --target nt_native --
mkdir "$root_dir/tmp/build"
mv "$root_dir/build/nt_native.node" "$root_dir/tmp/build/telecord-native-win32.node"
}catch{
exit 1
}

0 comments on commit d992cc0

Please sign in to comment.