Commit f3cd0701 authored by Robert Izzard's avatar Robert Izzard
Browse files

Update .gitlab-ci.yml file with build and test

parent b469a45b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ build-gcc: # This job runs in the build stage, which runs first.
  stage: build
  script:
    - echo "Installing packages"
    - apt-get update && apt-get install -y gcc git perl-base sed meson ninja 
    - apt-get update && apt-get install -y gcc git perl-base sed meson ninja-build 
    - echo "Compiling libcdict..."
    - CC=gcc meson setup --buildtype release builddir
    - ninja -C builddir