Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add dev branch to CI #338

Add dev branch to CI

Add dev branch to CI #338

Workflow file for this run

name: gpucpp-ci
on:
push:
branches:
- main
- dev
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
branches:
- main
- dev
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: No-op Step
run: echo "This is a no-op action"
- name: Install CMake
run: sudo apt-get install cmake
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libvulkan1 mesa-vulkan-drivers vulkan-tools
sudo apt-get install -y libxrandr-dev
- name: Build
run: make all
- name: Run hello world
run: make
Morty Proxy This is a proxified and sanitized view of the page, visit original site.