File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ Or install it yourself as:
2828
2929 $ gem install matrixeval
3030
31+ ### Plugins
32+
33+ If you plan to test ruby code, you can use [ matrixeval-ruby] ( https://github.com/MatrixEval/matrixeval-ruby ) directly.
34+
3135## Usage
3236
3337Initialize
@@ -50,7 +54,7 @@ Run `matrixeval --help` for more details
5054Here is the configuration file ` matrixeval.yml ` which will auto created by ` matrixeval init `
5155
5256``` yaml
53- version : 0.3
57+ version : 0.4
5458project_name : REPLACE_ME
5559parallel_workers : number_of_processors
5660# commands:
@@ -61,6 +65,7 @@ parallel_workers: number_of_processors
6165# - /a/path/need/to/mount:/a/path/mount/to
6266matrix :
6367 # YOUR_PROGRAMMING_LANGUAGE_NAME:
68+ # main: true
6469 # variants:
6570 # - key: LANGUAGE_VERSION_1
6671 # default: true
Original file line number Diff line number Diff line change 1- version : 0.3
1+ version : 0.4
22project_name : REPLACE_ME
33parallel_workers : number_of_processors
44# commands:
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Matrixeval
4- VERSION = "0.2 .0"
4+ VERSION = "0.4 .0"
55end
You can’t perform that action at this time.
0 commit comments