Compare commits

..

2 Commits

Author SHA1 Message Date
badefb0f7f
Merge pull request 'build(): drone CI build' (#118) from drone-ci into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #118
Reviewed-by: Aleksander Wilczyński <aleks@alekswilc.dev>
2025-03-27 16:57:27 +01:00
2ba037fab5
build(): drone CI build 2025-03-27 16:56:14 +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