File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 9
9
10
10
## conan
11
11
12
- - fork and clone [ conan-center ] ( https://github.com/conan-io /conan-center-index ) repo
13
- (or sync + git pull)
12
+ - use [ forked repo ] ( https://github.com/greg7mdp /conan-center-index )
13
+ - sync fork in github
14
14
- git checkout master
15
15
- git checkout -b gtl_1.2.0
16
16
- update: ` recipes/greg7mdp-gtl/all/conandata.yml ` and ` recipes/greg7mdp-gtl/config.yml `
25
25
26
26
## vcpkg
27
27
28
- - fork and clone [ vcpkg repo] ( https://github.com/microsoft /vcpkg )
29
- (or sync + git pull)
28
+ - use [ forked repo] ( https://github.com/greg7mdp /vcpkg )
29
+ - sync fork in github
30
30
- git checkout -b gtl_1.2.0
31
- - update ports/gtl/portfile.cmake and ports/gtl/vcpkg.json
32
-
33
- in windows, non-cygwin console
34
-
35
- - set VCPKG_ROOT=
36
- - vcpkg install gtl --triplet x64-windows
37
- - update sha in ` portfile.cmake ` - run ` sha512sum gtl-1.2.0.tar.gz ` on linux
38
- - git diff
39
- - git commit -am "[ gtl] Bump version to 1.2.0"
31
+ - update ports/gtl/portfile.cmake (the sha512) and ports/gtl/vcpkg.json
32
+ - commit
40
33
- vcpkg x-add-version --all --overwrite-version ## (or ./vcpkg.exe --no-dry-run upgrade )
41
- - git diff
42
- - git commit -am " [ gtl ] run x-add-version"
43
- - git push origin gtl_1.2.0
34
+ - commit
35
+ - push
36
+ - create PR
You can’t perform that action at this time.
0 commit comments