Commit 751c6416 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Add new file

parent 74d11a3d
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+11 −0
Original line number Diff line number Diff line
stages:
  - build
  - test

build:
  stage: build
  script:
    - echo "Compiling code"
    - g++ main.cpp lab3.cpp
    - ls -l ./a.out
  tags: [c++-17]