This commit is contained in:
Opportunity
2019-09-30 11:51:54 +08:00
Unverified
commit 134c55a8c6
5 changed files with 380 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: setup xmake
description: Set up a xmake environment and add it to the PATH
author: OpportunityLiu
inputs:
xmake-version:
required: true
default: master
description: The version to use.
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'