Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tty2xy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul
tty2xy
Commits
d18bf298
Commit
d18bf298
authored
2 years ago
by
Paul
Browse files
Options
Downloads
Patches
Plain Diff
fix ci
parent
97f79877
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6583
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
d18bf298
...
...
@@ -2,7 +2,7 @@ image: debian:latest
before_script
:
-
apt update > /dev/null
-
apt install -y build-essential make libglu1-mesa-dev
-
apt install -y build-essential make libglu1-mesa-dev
> /dev/null
build_sim
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
d18bf298
...
...
@@ -24,4 +24,4 @@ flash: $(TARGET).hex
avrdude
-p
$(
MCU
)
-P
$(
PORT
)
-c
avrisp
-b
19200
-U
flash:w:
$(
TARGET
)
.hex
sim
:
gcc main.c gol.c draw.c helpMath.c sim.c demo.c
-g
-D
SIMULATION
-lglut
-lGL
-lm
-lGLU
-Werror
-Wextra
\ No newline at end of file
gcc main.c gol.c draw.c helpMath.c sim.c
-g
-D
SIMULATION
-lglut
-lGL
-lm
-lGLU
-Werror
-Wextra
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment