From 17744086c452e23bf1077acc3bdf806eb19751f4 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 24 Jul 2019 14:15:42 -0400 Subject: add news.json and news.rss as ci artifacts --- .gitlab-ci.yml | 3 +++ .travis.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cb15999..ae6566a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,9 @@ pages: - make updates - make news - cp -v world/map/news.txt public/ + - cp -v world/map/news.html public/ + - cp -v world/map/news.rss public/ + - cp -v world/map/news.json public/ - echo 'static update serverTMW.zip
TMW-music.zip
news.txt
resources.xml' > public/index.html # path for legacy compatibility - mkdir -p public/updates diff --git a/.travis.yml b/.travis.yml index f6e21327..a2cea500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ script: - make news - cp -v world/map/news.txt public/ - cp -v world/map/news.html public/ + - cp -v world/map/news.rss public/ + - cp -v world/map/news.json public/ - echo 'static update serverTMW.zip
TMW-music.zip
news.txt
resources.xml' > public/index.html deploy: -- cgit v1.2.3-60-g2f50