Skip to content

Commit

Permalink
Merge pull request #4 from arhik/main
Browse files Browse the repository at this point in the history
using WGSLTypes from registry
  • Loading branch information
arhik authored Oct 19, 2022
2 parents d6d803e + b61bdad commit 3c8640f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- run : sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucompute -e 'using Pkg; pkg"dev https://github.com/arhik/WGSLTypes.jl . WGPUNative WGPUCore"'
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucompute -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucompute -e 'using Pkg; Pkg.test("WGPUCompute", coverage=true)'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
Expand All @@ -49,7 +49,7 @@ jobs:
with:
version: '1'
- run : sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; pkg"dev https://github.com/arhik/WGSLTypes.jl . WGPUNative WGPUCore"'
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=docs -e 'using Pkg; Pkg.test("WGPUCompute", coverage=true)'
- uses: julia-actions/julia-docdeploy@v1
with:
Expand Down

2 comments on commit 3c8640f

@arhik
Copy link
Member Author

@arhik arhik commented on 3c8640f Oct 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/70497

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 3c8640ff55f839530beabd4bee17529ed85c8e74
git push origin v0.1.0

Please sign in to comment.