From 01fc9a95d8a07e9de72957aa7f4ba42bfaa3c3e4 Mon Sep 17 00:00:00 2001 From: poornimakrish <127883542+poornimakrish@users.noreply.github.com> Date: Sat, 18 Mar 2023 13:47:40 +0530 Subject: [PATCH 1/2] FlatrisGithub CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..a7f2a029 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,21 @@ +# Node.js with React +# Build a Node.js project that uses React. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- task: NodeTool@0 + inputs: + versionSpec: '10.x' + displayName: 'Install Node.js' + +- script: | + npm install + npm run build + displayName: 'npm install and build' From cede7500d385fb43d19fc302533cc927ed7b127d Mon Sep 17 00:00:00 2001 From: poornima Date: Mon, 20 Mar 2023 22:11:14 +0530 Subject: [PATCH 2/2] change in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b35b726a..ddf6ee8b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![](https://github.com/skidding/flatris/workflows/ci/badge.svg) > **Work in progress:** Flatris has been recently redesigned from the ground up and turned into a multiplayer game with both UI and server components. This has been an interesting journey and I plan to document the architecture in depth. **[Stay tuned](https://twitter.com/skidding)**. - +#test changes in flatris by poornima [![Flatris](flatris.gif)](https://flatris.space/) > **Contribution disclaimer:** Flatris is a web game with an opinionated feature set and architectural design. It doesn't have a roadmap. While I'm generally open to ideas, I would advise against submitting unannounced PRs with new or modified functionality. That said, **bug reports and fixes are most appreciated.**