Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
31877043
Unverified
Commit
31877043
authored
Jun 20, 2020
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Invoke `rake gensym` for GitHub action build.
parent
167a747a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/build.yml
.github/workflows/build.yml
+5
-5
No files found.
.github/workflows/build.yml
View file @
31877043
...
...
@@ -32,7 +32,7 @@ jobs:
-
name
:
apt
run
:
sudo apt install ruby gperf gcc g++
-
name
:
build and test
run
:
rake -m -j4 all test
run
:
rake -m -j4
gensym
all test
env
:
MRUBY_TARGET
:
travis
CC
:
gcc
...
...
@@ -49,7 +49,7 @@ jobs:
-
name
:
apt
run
:
sudo apt install ruby gperf
-
name
:
build and test
run
:
rake -m -j4 all test
run
:
rake -m -j4
gensym
all test
env
:
MRUBY_TARGET
:
travis
CC
:
clang
...
...
@@ -75,7 +75,7 @@ jobs:
-
name
:
chocolatey
run
:
choco install -y ruby gperf
-
name
:
build
run
:
rake -E 'STDOUT.sync=true' test
run
:
rake -E 'STDOUT.sync=true'
-j4 gensym
test
env
:
MRUBY_TARGET
:
travis
CFLAGS
:
-g -O1 -Wall -Wundef
...
...
@@ -106,7 +106,7 @@ jobs:
MRUBY_TARGET
:
travis
-
name
:
test
shell
:
cmd
run
:
C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -
m -j4 -v -E 'STDOUT.sync=true'
test
run
:
C:\tools\cygwin\bin\ruby.exe /usr/bin/rake -
E 'STDOUT.sync=true' gensym
test
env
:
MRUBY_TARGET
:
travis
...
...
@@ -120,7 +120,7 @@ jobs:
shell
:
cmd
run
:
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
rake -E "STDOUT.sync=true" test
rake -E "STDOUT.sync=true"
gensym all
test
env
:
MRUBY_TARGET
:
appveyor
# TODO(take-cheeze): Re-enable /O2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment