Skip to content

Commit

Permalink
Merge pull request #55 from chcg/update_dependencies
Browse files Browse the repository at this point in the history
update dependencies: editorconfig 0.12.9, pcre 10.44
  • Loading branch information
ffes authored Jul 25, 2024
2 parents 577d074 + 3f51d56 commit b83b749
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 65 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: [push, pull_request]
jobs:
build_windows:

runs-on: windows-2022
runs-on: windows-latest
strategy:
max-parallel: 6
fail-fast: false
matrix:
build_configuration: [Release, Debug]
build_platform: [x64, arm64, x86]
build_vsver: [17]
PCRE2_VERSION: [10.37]
PCRE2_VERSION: [10.44]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#

cmake_minimum_required(VERSION 3.5.0)
cmake_minimum_required(VERSION 3.16.3)

project(NppEditorConfig CXX)

Expand Down
57 changes: 0 additions & 57 deletions appveyor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions init.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param(
$pcre="10.37",
$edc="0.12.5"
$pcre="10.44",
$edc="0.12.9"
)

$ErrorActionPreference="Stop"
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ set_target_properties(NppEditorConfig_unicode PROPERTIES
target_link_libraries(NppEditorConfig_unicode editorconfig_static)
target_link_libraries(NppEditorConfig_unicode Shlwapi)
target_link_libraries(NppEditorConfig_unicode
debug pcre2-8d
optimized pcre2-8)
debug pcre2-8-staticd
optimized pcre2-8-static)

0 comments on commit b83b749

Please sign in to comment.