Skip to content
Snippets Groups Projects
  1. Oct 31, 2019
  2. Oct 29, 2019
    • Jeremy Whiting's avatar
      Add check-vulkan to draw a triangle using vulkan api. · fae5ff63
      Jeremy Whiting authored
      %multiarch%-check-vulkan uses vulkan to draw a simple triangle
      in a 200x200 window (next commit will not draw the window)
      and reports any issues found.
      Exit code is 0 on success.
      shader.frag and shader.vert are shader source files compiled
      into shaders/frag.spv and shaders/vert.spv respectively by using
      glslc such as:
      glslc shader.frag -o shaders/frag.spv
      glslc shader.vert -o shaders/vert.spv
      Binary shaders included in commit because glslc hasn't been
      packaged for scout runtime yet.
      Also add libvulkan-dev and libxcb1-dev to ci dependencies.
      fae5ff63
  3. Sep 11, 2019
  4. Sep 09, 2019
  5. Aug 22, 2019
  6. Jul 26, 2019
  7. Jul 24, 2019
    • Simon McVittie's avatar
      debian: Enable Gitlab-CI · 9202e729
      Simon McVittie authored
      
      We are targeting scout, but because scout is so old, its SDK environment
      is too old to run deb-build-snapshot. Instead, we do that step in a
      Debian 10 'buster' environment, and hand over the artifacts from that
      to the autopkgtest step.
      
      Our build-dependencies are not all preinstalled in the CI Docker
      images, so add them.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      9202e729
Loading