File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 17
17
version :
18
18
- " 1.6"
19
19
- " 1.10"
20
+ - " 1.11"
20
21
- " nightly"
21
22
os :
22
23
- ubuntu-latest
42
43
env :
43
44
body : ${{ github.event.pull_request.body }}
44
45
run : |
45
- package="$(echo "$body" | sed -n '1p')"
46
- if [ -z "${package}" ]; then
47
- package="https://github.com/JuliaInterop/CxxWrap.jl.git"
48
- fi
46
+ package="CxxWrap@0.16"
49
47
if [[ "$OSTYPE" != "darwin"* ]]; then
50
48
rm -f /opt/hostedtoolcache/julia/1.6*/x64/lib/julia/libstdc++.so.6
51
49
fi
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
version :
19
- - " 1.7"
20
19
- " 1.10"
20
+ - " 1.11"
21
21
- " nightly"
22
22
os :
23
23
- windows-latest
39
39
mkdir build
40
40
cd build
41
41
cmake -G "Visual Studio 17 2022" -A x64 -DOVERRIDES_PATH=$HOMEDRIVE/$HOMEPATH/.julia/artifacts/Overrides.toml -DOVERRIDE_ROOT=./ -DAPPEND_OVERRIDES_TOML=ON ..
42
- package="$(echo "$body" | sed -n '1p')"
43
- if [ -z "${package}" ]; then
44
- package="https://github.com/JuliaInterop/CxxWrap.jl.git"
45
- fi
42
+ package="CxxWrap@0.16"
46
43
cmake --build . --config Release
47
44
julia -e "using Pkg; Pkg.Registry.add(\"General\"); Pkg.Registry.add(RegistrySpec(url = \"https://github.com/barche/CxxWrapTestRegistry.git\"))"
48
45
julia -e "using Pkg; pkg\"add ${package}\"; using CxxWrap"
You can’t perform that action at this time.
0 commit comments