veloren/.gitlab/CI
Marcel Märtens dad5bf3aff upload benchmark to central ci db
```sql
CREATE TABLE benchmarks(
    "timestamp" timestamptz NOT NULL DEFAULT (current_setting('veloren.timestamp')::timestamptz),
    branch text NOT NULL DEFAULT current_setting('veloren.branch'),
    sha text NOT NULL DEFAULT current_setting('veloren.sha'),
    "group" text NULL,
    "function" text NULL,
    "value" text NULL,
    throughput_num numeric NULL,
    throughput_type text NULL,
    sample_measured_value numeric NOT NULL,
    unit text NULL,
    iteration_count numeric NULL
);
```
2020-12-10 16:19:41 +01:00
..
build.gitlab-ci.yml upload benchmark to central ci db 2020-12-10 16:19:41 +01:00
check.gitlab-ci.yml Switch veloren_network over to use the official example layout. 2020-08-26 10:07:22 +02:00
publish.gitlab-ci.yml ci cleanup, dependency update 2020-11-06 14:34:42 +01:00
recompile.yml Don't drop wayland clipboard 2020-12-01 19:35:32 -05:00
release.yml put optional builds in check like imbris suggested in order to test macOS and other builds easily 2020-07-17 12:17:34 +02:00