Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Apr 14, 2024
1 parent b6dca15 commit cd0296c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Windows-AMD-Nvidia-GPU:
- C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -S git mingw-w64-x86_64-gcc make mingw-w64-x86_64-shaderc mingw-w64-x86_64-libpng'
- C:\msys64\usr\bin\bash -lc './ci-build.sh'

Linux-AMD-GPU:
tags:
- Linux-AMD-GPU
stage: build
script:
echo "Hello World"

Windows-AMD-GPU:
tags:
- Windows-AMD-GPU
Expand Down

0 comments on commit cd0296c

Please sign in to comment.