File: .gitpod.yml

package info (click to toggle)
passwordsafe 1.21.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 28,884 kB
  • sloc: cpp: 84,546; ansic: 1,704; xml: 1,608; makefile: 598; perl: 463; sh: 388; javascript: 40
file content (4 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
tasks:
  - init: mkdir build build-dbg && cmake -S . -B build -D CMAKE_BUILD_TYPE=Release && cmake -S . -B build-dbg -D CMAKE_BUILD_TYPE=Debug
image:
  file: .gitpod.Dockerfile