build(): drone CI build #118

Merged
alekswilc merged 1 commits from drone-ci into main 2025-03-27 16:57:27 +01:00

View File

@ -1,19 +0,0 @@
name: Build simrail.pro
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Repository checkout'
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: 'Setup yarn'
run: npm i yarn -g
- name: 'Install dependencies'
run: yarn
- name: 'Build'
run: yarn build