mirror of
https://github.com/loot/morrowind.git
synced 2026-07-27 14:16:19 -07:00
Update CI for v0.18
This commit is contained in:
@@ -6,27 +6,22 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libstdc++6 libhttp-parser-dev libssh2-1-dev
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
- name: Install metadata validator
|
||||
run: wget https://github.com/loot/metadata-validator/releases/download/0.17.0/metadata-validator-0.17.0-0-gf29ef61_0.17.0-Linux.tar.xz -O - | tar -xJ --strip-components=1
|
||||
run: wget https://github.com/loot/metadata-validator/releases/download/0.18.0/metadata-validator-0.18.0-0-g143cb72_0.18.0-Linux.tar.xz -O - | tar -xJ --strip-components=1
|
||||
|
||||
- name: Install parser
|
||||
run: npm install -g js-yaml
|
||||
|
||||
- name: Download prelude file
|
||||
run: wget https://raw.githubusercontent.com/loot/prelude/v0.17/prelude.yaml
|
||||
run: wget https://raw.githubusercontent.com/loot/prelude/v0.18/prelude.yaml
|
||||
|
||||
- name: Run metadata validator
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user