Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Dukboot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dukboot
Dukboot
Commits
ed19343b
Unverified
Commit
ed19343b
authored
May 18, 2017
by
Will Hilton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to add Appveyor for Windows build (learning/practice)
parent
5eda32ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
.appveyor.yml
.appveyor.yml
+17
-0
No files found.
.appveyor.yml
0 → 100644
View file @
ed19343b
# Shamelessly modeled after sass/libsass/appveyor.yml
os
:
Visual Studio
2015
environment
:
CTEST_OUTPUT_ON_FAILURE
:
1
Compiler
:
mingw
Build
:
static
NAME
:
dukboots
build_script
:
-
mingw64-gcc -o dukboots \
-Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer \
-static -static-libgcc \
-fopenmp \
-I./lib/duktape \
lib/duktape/duktape.c \
src/main.c \
-lm
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