Browse Source

Add Gitlab CI config

master
Dylan Baker 3 years ago
parent
commit
8c463c3c14
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      .gitlab-ci.yml

+ 8
- 0
.gitlab-ci.yml View File

@@ -0,0 +1,8 @@
1
+image: rust:latest
2
+
3
+build:
4
+  script:
5
+    - cargo build --release
6
+  artifacts:
7
+    paths:
8
+      - target/release/microblog

Loading…
Cancel
Save