Skip to content

Instantly share code, notes, and snippets.

View cv47522's full-sized avatar
👽

Wan-Ting Hsieh cv47522

👽
View GitHub Profile
@cv47522
cv47522 / .gitlab-ci.yml
Created January 31, 2020 20:44 — forked from superjose/.gitlab-ci.yml
This is an example of a .gitlab-ci.yml that is required for Continuous Integration on GitLab projects.
# Reference: https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/
# GitLab uses docker in the background, so we need to specify the
# image versions. This is useful because we're freely to use
# multiple node versions to work with it. They come from the docker
# repo.
# Uses NodeJS V 9.4.0
image: node:9.4.0
# And to cache them as well.
// Include the ESP32 Arduino Servo Library instead of the original Arduino Servo Library
#include <ESP32_Servo.h>
#include <WiFi.h>
/******* WiFi *******/
// Replace with your network credentials
const char* ssid = "xxxxxx";
const char* password = "xxxxxx";
// Set web server port number to 80